Package org.elasticsearch.ingest
Class IngestDocumentMatcher
java.lang.Object
org.elasticsearch.ingest.IngestDocumentMatcher
public class IngestDocumentMatcher
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description IngestDocumentMatcher() -
Method Summary
Modifier and Type Method Description static voidassertIngestDocument(org.elasticsearch.ingest.IngestDocument docA, org.elasticsearch.ingest.IngestDocument docB)Helper method to assert the equivalence between two IngestDocuments.
-
Constructor Details
-
IngestDocumentMatcher
public IngestDocumentMatcher()
-
-
Method Details
-
assertIngestDocument
public static void assertIngestDocument(org.elasticsearch.ingest.IngestDocument docA, org.elasticsearch.ingest.IngestDocument docB)Helper method to assert the equivalence between two IngestDocuments.- Parameters:
docA- first document to comparedocB- second document to compare
-