Class IngestDocumentMatcher

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

public final class IngestDocumentMatcher extends Object
  • Method Details

    • assertIngestDocument

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