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 void assertIngestDocument​(org.elasticsearch.ingest.IngestDocument docA, org.elasticsearch.ingest.IngestDocument docB)
    Helper method to assert the equivalence between two IngestDocuments.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 compare
      docB - second document to compare