Uses of Class
org.apache.lucene.search.ScoreMode
-
Packages that use ScoreMode Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.monitor Monitoring frameworkorg.apache.lucene.queries.function Queries that compute score based upon a function.org.apache.lucene.queries.intervals Intervals queriesorg.apache.lucene.queries.payloads The payloads package provides Query mechanisms for finding and using payloads.org.apache.lucene.search Code to search indices.org.apache.lucene.search.grouping Grouping.org.apache.lucene.search.join Support for index-time and query-time joins.org.apache.lucene.search.spans The calculus of spans.org.apache.lucene.search.suggest.document Support for document suggestion -
-
Uses of ScoreMode in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type ScoreMode Modifier and Type Method Description Weight
BinaryRangeFieldRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
FeatureQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
LatLonDocValuesBoxQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
LatLonDocValuesDistanceQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
LatLonDocValuesPointInPolygonQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
LatLonPointDistanceFeatureQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
LatLonPointDistanceQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
LatLonPointInPolygonQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
LongDistanceFeatureQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
RangeFieldQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
ShapeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
SortedNumericDocValuesRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
SortedSetDocValuesRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
private Scorer
ShapeQuery.RelationScorerSupplier. getContainsDenseScorer(LeafReader reader, Weight weight, float boost, ScoreMode scoreMode)
private Scorer
ShapeQuery.RelationScorerSupplier. getDenseScorer(LeafReader reader, Weight weight, float boost, ScoreMode scoreMode)
Scorer used for WITHIN and DISJOINTprotected Scorer
ShapeQuery.RelationScorerSupplier. getScorer(LeafReader reader, Weight weight, float boost, ScoreMode scoreMode)
private Scorer
ShapeQuery.RelationScorerSupplier. getSparseScorer(LeafReader reader, Weight weight, float boost, ScoreMode scoreMode)
Scorer used for INTERSECTS -
Uses of ScoreMode in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as ScoreMode Modifier and Type Field Description private ScoreMode
CollectingMatcher.MatchCollector. scoreMode
private ScoreMode
CollectingMatcher. scoreMode
Methods in org.apache.lucene.monitor that return ScoreMode Modifier and Type Method Description ScoreMode
CollectingMatcher.MatchCollector. scoreMode()
ScoreMode
Monitor.PresearcherQueryCollector. scoreMode()
ScoreMode
QueryIndex.MonitorQueryCollector. scoreMode()
default ScoreMode
QueryIndex.QueryCollector. scoreMode()
Methods in org.apache.lucene.monitor with parameters of type ScoreMode Modifier and Type Method Description Weight
ForceNoBulkScoringQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Constructors in org.apache.lucene.monitor with parameters of type ScoreMode Constructor Description CollectingMatcher(IndexSearcher searcher, ScoreMode scoreMode)
MatchCollector(java.lang.String queryId, ScoreMode scoreMode)
-
Uses of ScoreMode in org.apache.lucene.queries.function
Methods in org.apache.lucene.queries.function with parameters of type ScoreMode Modifier and Type Method Description Weight
FunctionMatchQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
FunctionQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
FunctionRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
FunctionScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
-
Uses of ScoreMode in org.apache.lucene.queries.intervals
Fields in org.apache.lucene.queries.intervals declared as ScoreMode Modifier and Type Field Description (package private) ScoreMode
IntervalQuery.IntervalWeight. scoreMode
Methods in org.apache.lucene.queries.intervals with parameters of type ScoreMode Modifier and Type Method Description Weight
IntervalQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Constructors in org.apache.lucene.queries.intervals with parameters of type ScoreMode Constructor Description IntervalWeight(Query query, float boost, ScoreMode scoreMode)
-
Uses of ScoreMode in org.apache.lucene.queries.payloads
Methods in org.apache.lucene.queries.payloads with parameters of type ScoreMode Modifier and Type Method Description SpanWeight
PayloadScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanPayloadCheckQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
-
Uses of ScoreMode in org.apache.lucene.search
Fields in org.apache.lucene.search declared as ScoreMode Modifier and Type Field Description private ScoreMode
Boolean2ScorerSupplier. scoreMode
(package private) ScoreMode
BooleanWeight. scoreMode
private ScoreMode
ConstantScoreScorer. scoreMode
private ScoreMode
DisjunctionMaxQuery.DisjunctionMaxWeight. scoreMode
(package private) ScoreMode
PhraseScorer. scoreMode
(package private) ScoreMode
PhraseWeight. scoreMode
private ScoreMode
SynonymQuery.SynonymWeight. scoreMode
private ScoreMode
TermQuery.TermWeight. scoreMode
(package private) ScoreMode
TopFieldCollector. scoreMode
Methods in org.apache.lucene.search that return ScoreMode Modifier and Type Method Description ScoreMode
CachingCollector.ScoreCachingCollector. scoreMode()
Ensure the scores are collected so they can be replayed, even if the wrapped collector doesn't need them.ScoreMode
Collector. scoreMode()
Indicates what features are required from the scorer.ScoreMode
DiversifiedTopDocsCollector. scoreMode()
ScoreMode
DocValuesStatsCollector. scoreMode()
ScoreMode
FilterCollector. scoreMode()
ScoreMode
HitsThresholdChecker.GlobalHitsThresholdChecker. scoreMode()
ScoreMode
HitsThresholdChecker.LocalHitsThresholdChecker. scoreMode()
abstract ScoreMode
HitsThresholdChecker. scoreMode()
ScoreMode
LargeNumHitsTopDocsCollector. scoreMode()
ScoreMode
MemoryAccountingBitsetCollector. scoreMode()
ScoreMode
MultiCollector. scoreMode()
ScoreMode
MultiCollectorManager.Collectors. scoreMode()
ScoreMode
TimeLimitingCollector. scoreMode()
ScoreMode
TopFieldCollector. scoreMode()
ScoreMode
TopScoreDocCollector. scoreMode()
ScoreMode
TotalHitCountCollector. scoreMode()
static ScoreMode
ScoreMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScoreMode[]
ScoreMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.search with parameters of type ScoreMode Modifier and Type Method Description (package private) PhraseWeight
PhraseWildcardQuery. createPhraseWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost, PhraseWildcardQuery.TermsData termsData)
Weight
BM25FQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
BooleanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
BoostQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
ConstantScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
CoveringQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
DisjunctionMaxQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Create the Weight used to score usWeight
DocValuesFieldExistsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
DocValuesNumbersQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
DocValuesRewriteMethod.MultiTermQueryDocValuesWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
DocValuesTermsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
IndexOrDocValuesQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
IndexSearcher. createWeight(Query query, ScoreMode scoreMode, float boost)
Creates aWeight
for the given query, potentially adding caching if possible and configured.Weight
IndexSortSortedNumericDocValuesRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
MatchAllDocsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
MatchNoDocsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
MultiPhraseQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
MultiRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
MultiTermQueryConstantScoreWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
NamedMatches.NamedQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
NormsFieldExistsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
PhraseQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
PhraseWildcardQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
PointInSetQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
PointRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
Query. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Expert: Constructs an appropriate Weight implementation for this query.Weight
SynonymQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
TermAutomatonQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
TermInSetQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
TermQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
private Scorer
Boolean2ScorerSupplier. opt(java.util.Collection<ScorerSupplier> optional, int minShouldMatch, ScoreMode scoreMode, long leadCost)
Constructors in org.apache.lucene.search with parameters of type ScoreMode Constructor Description BM25FWeight(Query query, IndexSearcher searcher, ScoreMode scoreMode, float boost)
Boolean2ScorerSupplier(Weight weight, java.util.Map<BooleanClause.Occur,java.util.Collection<ScorerSupplier>> subs, ScoreMode scoreMode, int minShouldMatch)
BooleanWeight(BooleanQuery query, IndexSearcher searcher, ScoreMode scoreMode, float boost)
ConstantScoreScorer(Weight weight, float score, ScoreMode scoreMode, DocIdSetIterator disi)
Constructor based on aDocIdSetIterator
which will be used to drive iteration.ConstantScoreScorer(Weight weight, float score, ScoreMode scoreMode, TwoPhaseIterator twoPhaseIterator)
Constructor based on aTwoPhaseIterator
.DisjunctionMaxScorer(Weight weight, float tieBreakerMultiplier, java.util.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.DisjunctionScorer(Weight weight, java.util.List<Scorer> subScorers, ScoreMode scoreMode)
DisjunctionSumScorer(Weight weight, java.util.List<Scorer> subScorers, ScoreMode scoreMode)
Construct aDisjunctionScorer
.ExactPhraseMatcher(PhraseQuery.PostingsAndFreq[] postings, ScoreMode scoreMode, Similarity.SimScorer scorer, float matchCost)
PhraseScorer(Weight weight, PhraseMatcher matcher, ScoreMode scoreMode, LeafSimScorer simScorer)
PhraseWeight(Query query, java.lang.String field, IndexSearcher searcher, ScoreMode scoreMode)
ReqOptSumScorer(Scorer reqScorer, Scorer optScorer, ScoreMode scoreMode)
Construct aReqOptScorer
.SloppyPhraseMatcher(PhraseQuery.PostingsAndFreq[] postings, int slop, ScoreMode scoreMode, Similarity.SimScorer scorer, float matchCost, boolean captureLeadMatch)
SynonymWeight(Query query, IndexSearcher searcher, ScoreMode scoreMode, float boost)
TermWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost, TermStates termStates)
-
Uses of ScoreMode in org.apache.lucene.search.grouping
Methods in org.apache.lucene.search.grouping that return ScoreMode Modifier and Type Method Description ScoreMode
AllGroupHeadsCollector. scoreMode()
ScoreMode
AllGroupsCollector. scoreMode()
ScoreMode
BlockGroupingCollector. scoreMode()
ScoreMode
DistinctValuesCollector.ValuesCollector. scoreMode()
ScoreMode
FirstPassGroupingCollector. scoreMode()
ScoreMode
GroupFacetCollector. scoreMode()
ScoreMode
SecondPassGroupingCollector. scoreMode()
ScoreMode
TopGroupsCollector.MaxScoreCollector. scoreMode()
-
Uses of ScoreMode in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return ScoreMode Modifier and Type Method Description ScoreMode
GlobalOrdinalsCollector. scoreMode()
ScoreMode
GlobalOrdinalsWithScoreCollector.NoScore. scoreMode()
ScoreMode
GlobalOrdinalsWithScoreCollector. scoreMode()
ScoreMode
TermsCollector. scoreMode()
ScoreMode
TermsWithScoreCollector. scoreMode()
Methods in org.apache.lucene.search.join with parameters of type ScoreMode Modifier and Type Method Description Weight
GlobalOrdinalsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
GlobalOrdinalsWithScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
ParentChildrenBlockJoinQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
PointInSetIncludingScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
TermsIncludingScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
ToChildBlockJoinQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
ToParentBlockJoinQuery. createWeight(IndexSearcher searcher, ScoreMode weightScoreMode, float boost)
-
Uses of ScoreMode in org.apache.lucene.search.spans
Methods in org.apache.lucene.search.spans with parameters of type ScoreMode Modifier and Type Method Description SpanWeight
FieldMaskingSpanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanBoostQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanContainingQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanMultiTermQueryWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanNearQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanNearQuery.SpanGapQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanNotQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanOrQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanPositionCheckQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
abstract SpanWeight
SpanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanTermQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
SpanWeight
SpanWithinQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
-
Uses of ScoreMode in org.apache.lucene.search.suggest.document
Methods in org.apache.lucene.search.suggest.document that return ScoreMode Modifier and Type Method Description ScoreMode
TopSuggestDocsCollector. scoreMode()
IgnoredMethods in org.apache.lucene.search.suggest.document with parameters of type ScoreMode Modifier and Type Method Description Weight
ContextQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
FuzzyCompletionQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
PrefixCompletionQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Weight
RegexCompletionQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
-