Class DocumentMatch


  • public class DocumentMatch
    extends Object

    Starts the Matching process by element level matching and aggregates the results back This uses the ScoringFunction defined at each Document to get the aggregated Document score for matched Elements

    • Constructor Detail

      • DocumentMatch

        public DocumentMatch()
    • Method Detail

      • matchDocuments

        public java.util.stream.Stream<Match<Document>> matchDocuments​(java.util.stream.Stream<Document> documents)
        Executes matching of a document stream
        Parameters:
        documents - Stream of Document objects
        Returns:
        Stream of Match of Document type objects