Uses of Interface
org.apache.lucene.search.Matches
Packages that use Matches
Package
Description
Queries that compute score based upon a function.
Intervals queries
The calculus of spans.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Support for index-time and query-time joins.
-
Uses of Matches in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function that return MatchesModifier and TypeMethodDescriptionFunctionScoreQuery.FunctionScoreWeight.matches(LeafReaderContext context, int doc) -
Uses of Matches in org.apache.lucene.queries.intervals
Methods in org.apache.lucene.queries.intervals that return MatchesModifier and TypeMethodDescriptionIntervalQuery.IntervalWeight.matches(LeafReaderContext context, int doc) -
Uses of Matches in org.apache.lucene.queries.spans
Methods in org.apache.lucene.queries.spans that return Matches -
Uses of Matches in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search that return MatchesModifier and TypeMethodDescriptionCombinedFieldQuery.CombinedFieldWeight.matches(LeafReaderContext context, int doc) CoveringQuery.CoveringWeight.matches(LeafReaderContext context, int doc) -
Uses of Matches in org.apache.lucene.search
Classes in org.apache.lucene.search that implement MatchesModifier and TypeClassDescriptionclassUtility class to help extract the set of sub queries that have matched from a larger query.Fields in org.apache.lucene.search declared as MatchesModifier and TypeFieldDescriptionprivate final MatchesNamedMatches.instatic final 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 MatchesModifier and TypeMethodDescriptionstatic 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 objectAbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.matches(LeafReaderContext context, int doc) BooleanWeight.matches(LeafReaderContext context, int doc) DisjunctionMaxQuery.DisjunctionMaxWeight.matches(LeafReaderContext context, int doc) FilterWeight.matches(LeafReaderContext context, int doc) LRUQueryCache.CachingWrapperWeight.matches(LeafReaderContext context, int doc) PhraseWeight.matches(LeafReaderContext context, int doc) SynonymQuery.SynonymWeight.matches(LeafReaderContext context, int doc) TermQuery.TermWeight.matches(LeafReaderContext context, int doc) Weight.matches(LeafReaderContext context, int doc) ReturnsMatchesfor a specific document, ornullif the document does not match the parent queryMethods in org.apache.lucene.search that return types with arguments of type MatchesModifier and TypeMethodDescriptionMatches.getSubMatches()Returns a collection of Matches that make up this instance; if it is not a composite, then this returns an empty listNamedMatches.getSubMatches()Methods in org.apache.lucene.search with parameters of type MatchesModifier and TypeMethodDescriptionstatic List<NamedMatches> NamedMatches.findNamedMatches(Matches matches) Finds allNamedMatchesin aMatchestreeMethod parameters in org.apache.lucene.search with type arguments of type MatchesModifier and TypeMethodDescriptionstatic MatchesMatchesUtils.fromSubMatches(List<Matches> subMatches) Amalgamate a collection ofMatchesinto a single objectConstructors in org.apache.lucene.search with parameters of type MatchesModifierConstructorDescriptionNamedMatches(String name, Matches in) Wraps aMatchesobject and associates a name with it -
Uses of Matches in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return MatchesModifier and TypeMethodDescriptionToParentBlockJoinQuery.BlockJoinWeight.matches(LeafReaderContext context, int doc)