Uses of Interface
org.apache.lucene.search.Matches
-
Packages that use Matches Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.search.spans The calculus of spans. -
-
Uses of Matches in org.apache.lucene.search
Fields in org.apache.lucene.search declared as Matches Modifier and Type Field Description static MatchesMatchesUtils. MATCH_WITH_NO_TERMSIndicates a match with no term positions, for example on a Point or DocValues field, or a field indexed as docs and freqs onlyMethods in org.apache.lucene.search that return Matches Modifier and Type Method Description static MatchesMatchesUtils. forField(String field, IOSupplier<MatchesIterator> mis)Create a Matches for a single fieldstatic MatchesMatchesUtils. fromSubMatches(List<Matches> subMatches)Amalgamate a collection ofMatchesinto a single objectMatchesDisjunctionMaxQuery.DisjunctionMaxWeight. matches(LeafReaderContext context, int doc)MatchesFilterWeight. matches(LeafReaderContext context, int doc)MatchesWeight. matches(LeafReaderContext context, int doc)ReturnsMatchesfor a specific document, ornullif the document does not match the parent query A query match that contains no position information (for example, a Point or DocValues query) will returnMatchesUtils.MATCH_WITH_NO_TERMSMethod parameters in org.apache.lucene.search with type arguments of type Matches Modifier and Type Method Description static MatchesMatchesUtils. fromSubMatches(List<Matches> subMatches)Amalgamate a collection ofMatchesinto a single object -
Uses of Matches in org.apache.lucene.search.spans
Methods in org.apache.lucene.search.spans that return Matches Modifier and Type Method Description MatchesSpanWeight. matches(LeafReaderContext context, int doc)
-