Uses of Class
org.apache.lucene.search.ScorerSupplier
Packages that use ScorerSupplier
Package
Description
The logical representation of a
Document for indexing and
searching.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 ScorerSupplier in org.apache.lucene.document
Subclasses of ScorerSupplier in org.apache.lucene.documentModifier and TypeClassDescriptionprivate static classutility class for implementing constant score logic specific to INTERSECT, WITHIN, and DISJOINT -
Uses of ScorerSupplier in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search that return ScorerSupplier -
Uses of ScorerSupplier in org.apache.lucene.search
Subclasses of ScorerSupplier in org.apache.lucene.searchFields in org.apache.lucene.search with type parameters of type ScorerSupplierModifier and TypeFieldDescriptionprivate final Map<BooleanClause.Occur,Collection<ScorerSupplier>> Boolean2ScorerSupplier.subsMethods in org.apache.lucene.search that return ScorerSupplierModifier and TypeMethodDescriptionBooleanWeight.scorerSupplier(LeafReaderContext context) LRUQueryCache.CachingWrapperWeight.scorerSupplier(LeafReaderContext context) Weight.scorerSupplier(LeafReaderContext context) Optional method.Method parameters in org.apache.lucene.search with type arguments of type ScorerSupplierModifier and TypeMethodDescriptionprivate ScorerBoolean2ScorerSupplier.excl(Scorer main, Collection<ScorerSupplier> prohibited, long leadCost) private ScorerBoolean2ScorerSupplier.opt(Collection<ScorerSupplier> optional, int minShouldMatch, ScoreMode scoreMode, long leadCost) private ScorerBoolean2ScorerSupplier.req(Collection<ScorerSupplier> requiredNoScoring, Collection<ScorerSupplier> requiredScoring, long leadCost) Create a new scorer for the given required clauses.Constructor parameters in org.apache.lucene.search with type arguments of type ScorerSupplierModifierConstructorDescription(package private)Boolean2ScorerSupplier(Weight weight, Map<BooleanClause.Occur, Collection<ScorerSupplier>> subs, ScoreMode scoreMode, int minShouldMatch) -
Uses of ScorerSupplier in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return ScorerSupplierModifier and TypeMethodDescriptionToParentBlockJoinQuery.BlockJoinWeight.scorerSupplier(LeafReaderContext context)