Uses of Class
org.apache.lucene.search.ScoreMode
-
Packages that use ScoreMode Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.misc.search Misc search implementations.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.queries.spans The calculus of spans.org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.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.suggest.document Support for document suggestionorg.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom. -
-
Uses of ScoreMode in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type ScoreMode Modifier and Type Method Description WeightBinaryRangeFieldRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightFeatureQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightLatLonDocValuesBoxQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightLatLonDocValuesQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightLatLonPointDistanceFeatureQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightLatLonPointDistanceQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightLongDistanceFeatureQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightRangeFieldQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightSortedNumericDocValuesRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightSortedSetDocValuesRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightSpatialQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightXYDocValuesPointInGeometryQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightXYPointInGeometryQuery. 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)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 ScoreMode Modifier and Type Method Description ScoreModeDiversifiedTopDocsCollector. scoreMode()ScoreModeDocValuesStatsCollector. scoreMode()ScoreModeMemoryAccountingBitsetCollector. scoreMode() -
Uses of ScoreMode in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as ScoreMode Modifier and Type Field Description private ScoreModeCollectingMatcher.MatchCollector. scoreModeprivate ScoreModeCollectingMatcher. scoreModeMethods in org.apache.lucene.monitor that return ScoreMode Modifier and Type Method Description ScoreModeCollectingMatcher.MatchCollector. scoreMode()ScoreModeMonitor.PresearcherQueryCollector. scoreMode()default ScoreModeQueryIndex.QueryCollector. scoreMode()ScoreModeReadonlyQueryIndex.LazyMonitorQueryCollector. scoreMode()ScoreModeWritableQueryIndex.MonitorQueryCollector. scoreMode()Methods in org.apache.lucene.monitor with parameters of type ScoreMode Modifier and Type Method Description WeightForceNoBulkScoringQuery. 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 WeightFunctionMatchQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightFunctionQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightFunctionRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightFunctionScoreQuery. 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 ScoreMode Modifier and Type Method Description WeightIntervalQuery. 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 ScoreMode Modifier and Type Method Description SpanWeightPayloadScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanPayloadCheckQuery. 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 ScoreMode Modifier and Type Method Description SpanWeightFieldMaskingSpanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanContainingQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanMultiTermQueryWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanNearQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanNearQuery.SpanGapQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanNotQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanOrQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanPositionCheckQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)abstract SpanWeightSpanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanTermQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanWithinQuery. 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 ScoreMode Modifier and Type Method Description ScoreModeLargeNumHitsTopDocsCollector. scoreMode()ScoreModeProfilerCollector. scoreMode()ScoreModeProfilerCollectorWrapper. scoreMode()Methods in org.apache.lucene.sandbox.search with parameters of type ScoreMode Modifier and Type Method Description (package private) PhraseWeightPhraseWildcardQuery. createPhraseWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost, PhraseWildcardQuery.TermsData termsData)WeightCombinedFieldQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightCoveringQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightDocValuesNumbersQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightDocValuesTermsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightIndexSortSortedNumericDocValuesRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMultiRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightPhraseWildcardQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightQueryProfilerIndexSearcher. createWeight(Query query, ScoreMode scoreMode, float boost)WeightTermAutomatonQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)Constructors in org.apache.lucene.sandbox.search with parameters of type ScoreMode Constructor Description 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 ScoreMode Modifier and Type Field Description private ScoreModeBoolean2ScorerSupplier. scoreMode(package private) ScoreModeBooleanWeight. scoreModeprivate ScoreModeConstantScoreScorer. scoreModeprivate ScoreModeDisjunctionMaxQuery.DisjunctionMaxWeight. scoreModeprivate ScoreModeIndriAndWeight. scoreMode(package private) ScoreModePhraseScorer. scoreMode(package private) ScoreModePhraseWeight. scoreModeprivate ScoreModeSynonymQuery.SynonymWeight. scoreModeprivate ScoreModeTermQuery.TermWeight. scoreMode(package private) ScoreModeTopFieldCollector. scoreMode(package private) ScoreModeWANDScorer. scoreModeMethods in org.apache.lucene.search that return ScoreMode Modifier and Type Method Description ScoreModeCachingCollector.ScoreCachingCollector. scoreMode()Ensure the scores are collected so they can be replayed, even if the wrapped collector doesn't need them.ScoreModeCollector. scoreMode()Indicates what features are required from the scorer.ScoreModeFilterCollector. scoreMode()(package private) ScoreModeHitsThresholdChecker.GlobalHitsThresholdChecker. scoreMode()(package private) ScoreModeHitsThresholdChecker.LocalHitsThresholdChecker. scoreMode()(package private) abstract ScoreModeHitsThresholdChecker. scoreMode()ScoreModeIndexSearcher.ShortcutHitCountCollector. scoreMode()ScoreModeKnnVectorQuery.BitSetCollector. scoreMode()ScoreModeMultiCollector. scoreMode()ScoreModeTimeLimitingCollector. scoreMode()ScoreModeTopFieldCollector. scoreMode()ScoreModeTopScoreDocCollector. scoreMode()ScoreModeTotalHitCountCollector. scoreMode()static ScoreModeScoreMode. 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 WeightBooleanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightBoostQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightConstantScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightDisjunctionMaxQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)Create the Weight used to score usWeightDocValuesRewriteMethod.MultiTermQueryDocValuesWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightFieldExistsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightIndexOrDocValuesQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightIndexSearcher. createWeight(Query query, ScoreMode scoreMode, float boost)Creates aWeightfor the given query, potentially adding caching if possible and configured.WeightIndriAndQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)abstract WeightIndriQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightKnnVectorQuery.DocAndScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMatchAllDocsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMatchNoDocsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMultiPhraseQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMultiTermQueryConstantScoreWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightNamedMatches.NamedQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightPhraseQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightPointInSetQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightPointRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)Expert: Constructs an appropriate Weight implementation for this query.WeightSynonymQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightTermInSetQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightTermQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)private ScorerBoolean2ScorerSupplier. 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 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 aDocIdSetIteratorwhich 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)Expert: Creates ExactPhraseMatcher instanceIndriAndScorer(Weight weight, java.util.List<Scorer> subScorers, ScoreMode scoreMode, float boost)IndriAndWeight(IndriAndQuery query, IndexSearcher searcher, ScoreMode scoreMode, float boost)IndriDisjunctionScorer(Weight weight, java.util.List<Scorer> subScorersList, ScoreMode scoreMode, float boost)PhraseScorer(Weight weight, PhraseMatcher matcher, ScoreMode scoreMode, LeafSimScorer simScorer)PhraseWeight(Query query, java.lang.String field, IndexSearcher searcher, ScoreMode scoreMode)Expert: Creates PhraseWeight instanceReqOptSumScorer(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)WANDScorer(Weight weight, java.util.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 ScoreMode Modifier and Type Method Description ScoreModeAllGroupHeadsCollector. scoreMode()ScoreModeAllGroupsCollector. scoreMode()ScoreModeBlockGroupingCollector. scoreMode()ScoreModeDistinctValuesCollector.ValuesCollector. scoreMode()ScoreModeFirstPassGroupingCollector. scoreMode()ScoreModeGroupFacetCollector. scoreMode()ScoreModeSecondPassGroupingCollector. scoreMode()ScoreModeTopGroupsCollector.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 ScoreModeGlobalOrdinalsCollector. scoreMode()ScoreModeGlobalOrdinalsWithScoreCollector.NoScore. scoreMode()ScoreModeGlobalOrdinalsWithScoreCollector. scoreMode()ScoreModeTermsCollector. scoreMode()ScoreModeTermsWithScoreCollector. scoreMode()Methods in org.apache.lucene.search.join with parameters of type ScoreMode Modifier and Type Method Description WeightGlobalOrdinalsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightGlobalOrdinalsWithScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightParentChildrenBlockJoinQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightPointInSetIncludingScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightTermsIncludingScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightToChildBlockJoinQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightToParentBlockJoinQuery. 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 ScoreMode Modifier and Type Method Description ScoreModeTopSuggestDocsCollector. scoreMode()IgnoredMethods in org.apache.lucene.search.suggest.document with parameters of type ScoreMode Modifier and Type Method Description WeightContextQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightFuzzyCompletionQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightPrefixCompletionQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightRegexCompletionQuery. 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 ScoreMode Modifier and Type Method Description WeightPointInGeo3DShapeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
-