Uses of Enum Class
org.apache.lucene.search.ScoreMode
Packages that use ScoreMode
Package
Description
The logical representation of a
Document for indexing and
searching.Misc search implementations.
Monitoring framework
Queries that compute score based upon a function.
Intervals queries
The payloads package provides Query mechanisms for finding and using payloads.
The calculus of spans.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Grouping.
Support for index-time and query-time joins.
Support for document suggestion
Lucene field & query support for the spatial geometry implemented in
org.apache.lucene.spatial3d.geom.-
Uses of ScoreMode in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type ScoreModeModifier and TypeMethodDescriptionBinaryRangeFieldRangeQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) FeatureQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) LatLonDocValuesBoxQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) LatLonDocValuesQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) LatLonPointDistanceFeatureQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) LatLonPointDistanceQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) LongDistanceFeatureQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) final WeightRangeFieldQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SortedNumericDocValuesRangeQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SortedNumericDocValuesSetQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SortedSetDocValuesRangeQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) final WeightSpatialQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) XYDocValuesPointInGeometryQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) XYPointInGeometryQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) private ScorerSpatialQuery.RelationScorerSupplier.getContainsDenseScorer(LeafReader reader, Weight weight, float boost, ScoreMode scoreMode) private ScorerSpatialQuery.RelationScorerSupplier.getDenseScorer(LeafReader reader, Weight weight, float boost, ScoreMode scoreMode) Scorer used for WITHIN and DISJOINTprotected ScorerSpatialQuery.RelationScorerSupplier.getScorer(LeafReader reader, Weight weight, float boost, ScoreMode scoreMode) protected ScorerSupplierBaseShapeDocValuesQuery.getScorerSupplier(LeafReader reader, SpatialQuery.SpatialVisitor spatialVisitor, ScoreMode scoreMode, ConstantScoreWeight weight, float boost, float score) protected ScorerSupplierSpatialQuery.getScorerSupplier(LeafReader reader, SpatialQuery.SpatialVisitor spatialVisitor, ScoreMode scoreMode, ConstantScoreWeight weight, float boost, float score) private ScorerSpatialQuery.RelationScorerSupplier.getSparseScorer(LeafReader reader, Weight weight, float boost, ScoreMode scoreMode) Scorer used for INTERSECTS and single value points -
Uses of ScoreMode in org.apache.lucene.misc.search
Methods in org.apache.lucene.misc.search that return ScoreModeModifier and TypeMethodDescriptionDiversifiedTopDocsCollector.scoreMode()DocValuesStatsCollector.scoreMode()MemoryAccountingBitsetCollector.scoreMode()Methods in org.apache.lucene.misc.search with parameters of type ScoreModeModifier and TypeMethodDescriptionHumanReadableQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as ScoreModeModifier and TypeFieldDescriptionprivate final ScoreModeCollectingMatcher.MatchCollector.scoreModeprivate final ScoreModeCollectingMatcher.scoreModeMethods in org.apache.lucene.monitor that return ScoreModeModifier and TypeMethodDescriptionCollectingMatcher.MatchCollector.scoreMode()Monitor.PresearcherQueryCollector.scoreMode()default ScoreModeQueryIndex.QueryCollector.scoreMode()ReadonlyQueryIndex.LazyMonitorQueryCollector.scoreMode()WritableQueryIndex.MonitorQueryCollector.scoreMode()Methods in org.apache.lucene.monitor with parameters of type ScoreModeModifier and TypeMethodDescriptionForceNoBulkScoringQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) Constructors in org.apache.lucene.monitor with parameters of type ScoreModeModifierConstructorDescription(package private)CollectingMatcher(IndexSearcher searcher, ScoreMode scoreMode) (package private)MatchCollector(String queryId, ScoreMode scoreMode) -
Uses of ScoreMode in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function with parameters of type ScoreModeModifier and TypeMethodDescriptionFunctionMatchQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) FunctionQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) FunctionRangeQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) FunctionScoreQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.queries.intervals
Methods in org.apache.lucene.queries.intervals with parameters of type ScoreModeModifier and TypeMethodDescriptionIntervalQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.queries.payloads
Methods in org.apache.lucene.queries.payloads with parameters of type ScoreModeModifier and TypeMethodDescriptionPayloadScoreQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanPayloadCheckQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.queries.spans
Methods in org.apache.lucene.queries.spans with parameters of type ScoreModeModifier and TypeMethodDescriptionFieldMaskingSpanQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanContainingQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanMultiTermQueryWrapper.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanNearQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanNearQuery.SpanGapQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanNotQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanOrQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanPositionCheckQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) abstract SpanWeightSpanQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanTermQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanWithinQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search that return ScoreModeModifier and TypeMethodDescriptionLargeNumHitsTopDocsCollector.scoreMode()ProfilerCollector.scoreMode()ProfilerCollectorWrapper.scoreMode()Methods in org.apache.lucene.sandbox.search with parameters of type ScoreModeModifier and TypeMethodDescription(package private) PhraseWeightPhraseWildcardQuery.createPhraseWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost, PhraseWildcardQuery.TermsData termsData) CombinedFieldQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) CoveringQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) final WeightMultiRangeQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) PhraseWildcardQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) QueryProfilerIndexSearcher.createWeight(Query query, ScoreMode scoreMode, float boost) TermAutomatonQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) Constructors in org.apache.lucene.sandbox.search with parameters of type ScoreModeModifierConstructorDescription(package private)CombinedFieldWeight(Query query, IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.search
Fields in org.apache.lucene.search declared as ScoreModeModifier and TypeFieldDescriptionprivate final ScoreModeAbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.scoreModeprivate final ScoreModeBoolean2ScorerSupplier.scoreMode(package private) final ScoreModeBooleanWeight.scoreModeprivate final ScoreModeConstantScoreScorer.scoreModeprivate final ScoreModeDisjunctionMaxQuery.DisjunctionMaxWeight.scoreModeprivate final ScoreModeIndriAndWeight.scoreMode(package private) final ScoreModePhraseScorer.scoreMode(package private) final ScoreModePhraseWeight.scoreModeprivate final ScoreModeSynonymQuery.SynonymWeight.scoreModeprivate final ScoreModeTermQuery.TermWeight.scoreMode(package private) final ScoreModeTopFieldCollector.scoreMode(package private) final ScoreModeWANDScorer.scoreModeMethods in org.apache.lucene.search that return ScoreModeModifier and TypeMethodDescriptionCachingCollector.ScoreCachingCollector.scoreMode()Ensure the scores are collected so they can be replayed, even if the wrapped collector doesn't need them.Collector.scoreMode()Indicates what features are required from the scorer.FilterCollector.scoreMode()(package private) ScoreModeHitsThresholdChecker.GlobalHitsThresholdChecker.scoreMode()(package private) ScoreModeHitsThresholdChecker.LocalHitsThresholdChecker.scoreMode()(package private) abstract ScoreModeHitsThresholdChecker.scoreMode()MultiCollector.scoreMode()TimeLimitingCollector.scoreMode()Deprecated.TopFieldCollector.scoreMode()TopScoreDocCollector.scoreMode()TotalHitCountCollector.scoreMode()static ScoreModeReturns the enum constant of this class with the specified name.static ScoreMode[]ScoreMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.search with parameters of type ScoreModeModifier and TypeMethodDescriptionAbstractKnnVectorQuery.DocAndScoreQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) AbstractVectorSimilarityQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) BooleanQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) BoostQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) ConstantScoreQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) DisjunctionMaxQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) Create the Weight used to score usDocValuesRewriteMethod.MultiTermQueryDocValuesWrapper.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) FieldExistsQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) IndexOrDocValuesQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) IndexSearcher.createWeight(Query query, ScoreMode scoreMode, float boost) Creates aWeightfor the given query, potentially adding caching if possible and configured.IndexSortSortedNumericDocValuesRangeQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) IndriAndQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) abstract WeightIndriQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) MatchAllDocsQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) MatchNoDocsQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) MultiPhraseQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) MultiTermQueryConstantScoreBlendedWrapper.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) MultiTermQueryConstantScoreWrapper.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) NamedMatches.NamedQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) PhraseQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) final WeightPointInSetQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) final WeightPointRangeQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) Query.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) Expert: Constructs an appropriate Weight implementation for this query.SynonymQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) TermQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) private ScorerBoolean2ScorerSupplier.opt(Collection<ScorerSupplier> optional, int minShouldMatch, ScoreMode scoreMode, long leadCost, boolean topLevelScoringClause) Constructors in org.apache.lucene.search with parameters of type ScoreModeModifierConstructorDescription(package private)Boolean2ScorerSupplier(Weight weight, Map<BooleanClause.Occur, Collection<ScorerSupplier>> subs, ScoreMode scoreMode, int minShouldMatch) (package private)BooleanWeight(BooleanQuery query, IndexSearcher searcher, ScoreMode scoreMode, float boost) ConstantScoreScorer(Weight weight, float score, ScoreMode scoreMode, DocIdSetIterator disi) Constructor based on aDocIdSetIteratorwhich will be used to drive iteration.ConstantScoreScorer(Weight weight, float score, ScoreMode scoreMode, TwoPhaseIterator twoPhaseIterator) Constructor based on aTwoPhaseIterator.(package private)DisjunctionMaxScorer(Weight weight, float tieBreakerMultiplier, List<Scorer> subScorers, ScoreMode scoreMode) Creates a new instance of DisjunctionMaxScorerDisjunctionMaxWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) Construct the Weight for this Query searched by searcher.protectedDisjunctionScorer(Weight weight, List<Scorer> subScorers, ScoreMode scoreMode) (package private)DisjunctionSumScorer(Weight weight, List<Scorer> subScorers, ScoreMode scoreMode) Construct aDisjunctionScorer.ExactPhraseMatcher(PhraseQuery.PostingsAndFreq[] postings, ScoreMode scoreMode, Similarity.SimScorer scorer, float matchCost) Expert: Creates ExactPhraseMatcher instanceprotectedIndriAndScorer(Weight weight, List<Scorer> subScorers, ScoreMode scoreMode, float boost) IndriAndWeight(IndriAndQuery query, IndexSearcher searcher, ScoreMode scoreMode, float boost) protectedIndriDisjunctionScorer(Weight weight, List<Scorer> subScorersList, ScoreMode scoreMode, float boost) (package private)PhraseScorer(Weight weight, PhraseMatcher matcher, ScoreMode scoreMode, LeafSimScorer simScorer) protectedPhraseWeight(Query query, String field, IndexSearcher searcher, ScoreMode scoreMode) Expert: Creates PhraseWeight instanceReqOptSumScorer(Scorer reqScorer, Scorer optScorer, ScoreMode scoreMode) Construct aReqOptScorer.protectedRewritingWeight(MultiTermQuery q, float boost, ScoreMode scoreMode, IndexSearcher searcher) SloppyPhraseMatcher(PhraseQuery.PostingsAndFreq[] postings, int slop, ScoreMode scoreMode, Similarity.SimScorer scorer, float matchCost, boolean captureLeadMatch) (package private)SynonymWeight(Query query, IndexSearcher searcher, ScoreMode scoreMode, float boost) TermWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost, TermStates termStates) (package private)WANDScorer(Weight weight, Collection<Scorer> scorers, int minShouldMatch, ScoreMode scoreMode) -
Uses of ScoreMode in org.apache.lucene.search.grouping
Methods in org.apache.lucene.search.grouping that return ScoreModeModifier and TypeMethodDescriptionAllGroupHeadsCollector.scoreMode()AllGroupsCollector.scoreMode()BlockGroupingCollector.scoreMode()DistinctValuesCollector.ValuesCollector.scoreMode()FirstPassGroupingCollector.scoreMode()GroupFacetCollector.scoreMode()SecondPassGroupingCollector.scoreMode()TopGroupsCollector.MaxScoreCollector.scoreMode() -
Uses of ScoreMode in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return ScoreModeModifier and TypeMethodDescriptionGlobalOrdinalsCollector.scoreMode()GlobalOrdinalsWithScoreCollector.NoScore.scoreMode()GlobalOrdinalsWithScoreCollector.scoreMode()TermsCollector.scoreMode()TermsWithScoreCollector.scoreMode()Methods in org.apache.lucene.search.join with parameters of type ScoreModeModifier and TypeMethodDescriptionGlobalOrdinalsQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) GlobalOrdinalsWithScoreQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) ParentChildrenBlockJoinQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) final WeightPointInSetIncludingScoreQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) TermsIncludingScoreQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) ToChildBlockJoinQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) ToParentBlockJoinQuery.createWeight(IndexSearcher searcher, ScoreMode weightScoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document that return ScoreModeMethods in org.apache.lucene.search.suggest.document with parameters of type ScoreModeModifier and TypeMethodDescriptionContextQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) FuzzyCompletionQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) PrefixCompletionQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) RegexCompletionQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.spatial3d
Methods in org.apache.lucene.spatial3d with parameters of type ScoreModeModifier and TypeMethodDescriptionPointInGeo3DShapeQuery.createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)