Uses of Class
com.intuit.fuzzymatcher.domain.Document
-
Packages that use Document Package Description com.intuit.fuzzymatcher.component com.intuit.fuzzymatcher.domain -
-
Uses of Document in com.intuit.fuzzymatcher.component
Methods in com.intuit.fuzzymatcher.component that return types with arguments of type Document Modifier and Type Method Description Map<Document,List<Match<Document>>>MatchService. applyMatch(Document document, List<Document> matchWith)Use this to check duplicate for a new record, where it checks whether a new Document is a duplicate in existing list Data is aggregated by a given DocumentMap<Document,List<Match<Document>>>MatchService. applyMatch(Document document, List<Document> matchWith)Use this to check duplicate for a new record, where it checks whether a new Document is a duplicate in existing list Data is aggregated by a given DocumentMap<Document,List<Match<Document>>>MatchService. applyMatch(List<Document> documents)Use this for De-duplication of data, where for a given list of documents it finds duplicates Data is aggregated by a given DocumentMap<Document,List<Match<Document>>>MatchService. applyMatch(List<Document> documents)Use this for De-duplication of data, where for a given list of documents it finds duplicates Data is aggregated by a given DocumentMap<Document,List<Match<Document>>>MatchService. applyMatch(List<Document> documents, List<Document> matchWith)Use this to check duplicates for bulk inserts, where a list of new Documents is checked against existing list Data is aggregated by a given DocumentMap<Document,List<Match<Document>>>MatchService. applyMatch(List<Document> documents, List<Document> matchWith)Use this to check duplicates for bulk inserts, where a list of new Documents is checked against existing list Data is aggregated by a given DocumentMap<String,List<Match<Document>>>MatchService. applyMatchByDocId(Document document, List<Document> matchWith)Use this to check duplicate for a new record, where it checks whether a new Document is a duplicate in existing list Data is aggregated by a given Document IdMap<String,List<Match<Document>>>MatchService. applyMatchByDocId(List<Document> documents)Use this for De-duplication of data, where for a given list of documents it finds duplicates Data is aggregated by a given Document IdMap<String,List<Match<Document>>>MatchService. applyMatchByDocId(List<Document> documents, List<Document> matchWith)Use this to check duplicates for bulk inserts, where a list of new Documents is checked against existing list Data is aggregated by a given Document IdSet<Set<Match<Document>>>MatchService. applyMatchByGroups(List<Document> documents)Use this for De-duplication of data, where for a given list of documents it finds duplicates Data is aggregated by a given Document Idjava.util.stream.Stream<Match<Document>>DocumentMatch. matchDocuments(java.util.stream.Stream<Document> documents)Executes matching of a document streamMethods in com.intuit.fuzzymatcher.component with parameters of type Document Modifier and Type Method Description Map<Document,List<Match<Document>>>MatchService. applyMatch(Document document, List<Document> matchWith)Use this to check duplicate for a new record, where it checks whether a new Document is a duplicate in existing list Data is aggregated by a given DocumentMap<String,List<Match<Document>>>MatchService. applyMatchByDocId(Document document, List<Document> matchWith)Use this to check duplicate for a new record, where it checks whether a new Document is a duplicate in existing list Data is aggregated by a given Document IdMethod parameters in com.intuit.fuzzymatcher.component with type arguments of type Document Modifier and Type Method Description Map<Document,List<Match<Document>>>MatchService. applyMatch(Document document, List<Document> matchWith)Use this to check duplicate for a new record, where it checks whether a new Document is a duplicate in existing list Data is aggregated by a given DocumentMap<Document,List<Match<Document>>>MatchService. applyMatch(List<Document> documents)Use this for De-duplication of data, where for a given list of documents it finds duplicates Data is aggregated by a given DocumentMap<Document,List<Match<Document>>>MatchService. applyMatch(List<Document> documents, List<Document> matchWith)Use this to check duplicates for bulk inserts, where a list of new Documents is checked against existing list Data is aggregated by a given DocumentMap<String,List<Match<Document>>>MatchService. applyMatchByDocId(Document document, List<Document> matchWith)Use this to check duplicate for a new record, where it checks whether a new Document is a duplicate in existing list Data is aggregated by a given Document IdMap<String,List<Match<Document>>>MatchService. applyMatchByDocId(List<Document> documents)Use this for De-duplication of data, where for a given list of documents it finds duplicates Data is aggregated by a given Document IdMap<String,List<Match<Document>>>MatchService. applyMatchByDocId(List<Document> documents, List<Document> matchWith)Use this to check duplicates for bulk inserts, where a list of new Documents is checked against existing list Data is aggregated by a given Document IdSet<Set<Match<Document>>>MatchService. applyMatchByGroups(List<Document> documents)Use this for De-duplication of data, where for a given list of documents it finds duplicates Data is aggregated by a given Document Idjava.util.stream.Stream<Match<Document>>DocumentMatch. matchDocuments(java.util.stream.Stream<Document> documents)Executes matching of a document stream -
Uses of Document in com.intuit.fuzzymatcher.domain
Methods in com.intuit.fuzzymatcher.domain that return Document Modifier and Type Method Description DocumentDocument.Builder. createDocument()DocumentElement. getDocument()Methods in com.intuit.fuzzymatcher.domain with parameters of type Document Modifier and Type Method Description voidElement. setDocument(Document document)
-