Class IngestDocumentMatcher

java.lang.Object
org.elasticsearch.ingest.IngestDocumentMatcher

public class IngestDocumentMatcher extends Object
  • Constructor Details

    • IngestDocumentMatcher

      public IngestDocumentMatcher()
  • Method Details

    • assertIngestDocument

      public static void assertIngestDocument(IngestDocument docA, IngestDocument docB)
      Helper method to assert the equivalence between two IngestDocuments.
      Parameters:
      docA - first document to compare
      docB - second document to compare