Class DocumentMatch
- java.lang.Object
-
- com.intuit.fuzzymatcher.component.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 Summary
Constructors Constructor Description DocumentMatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.stream.Stream<Match<Document>>matchDocuments(java.util.stream.Stream<Document> documents)Executes matching of a document stream
-