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.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 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.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()ScoreModeQueryIndex.MonitorQueryCollector. scoreMode()default ScoreModeQueryIndex.QueryCollector. 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
Fields in org.apache.lucene.queries.intervals declared as ScoreMode Modifier and Type Field Description (package private) ScoreModeIntervalQuery.IntervalWeight. scoreModeMethods in org.apache.lucene.queries.intervals with parameters of type ScoreMode Modifier and Type Method Description WeightIntervalQuery. 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 SpanWeightPayloadScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanPayloadCheckQuery. 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 ScoreModeBoolean2ScorerSupplier. scoreMode(package private) ScoreModeBooleanWeight. scoreModeprivate ScoreModeConstantScoreScorer. scoreModeprivate ScoreModeDisjunctionMaxQuery.DisjunctionMaxWeight. scoreMode(package private) ScoreModePhraseScorer. scoreMode(package private) ScoreModePhraseWeight. scoreModeprivate ScoreModeSynonymQuery.SynonymWeight. scoreModeprivate ScoreModeTermQuery.TermWeight. scoreMode(package private) ScoreModeTopFieldCollector. 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.ScoreModeDiversifiedTopDocsCollector. scoreMode()ScoreModeDocValuesStatsCollector. scoreMode()ScoreModeFilterCollector. scoreMode()ScoreModeHitsThresholdChecker.GlobalHitsThresholdChecker. scoreMode()ScoreModeHitsThresholdChecker.LocalHitsThresholdChecker. scoreMode()abstract ScoreModeHitsThresholdChecker. scoreMode()ScoreModeLargeNumHitsTopDocsCollector. scoreMode()ScoreModeMemoryAccountingBitsetCollector. scoreMode()ScoreModeMultiCollector. scoreMode()ScoreModeMultiCollectorManager.Collectors. 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 (package private) PhraseWeightPhraseWildcardQuery. createPhraseWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost, PhraseWildcardQuery.TermsData termsData)WeightBM25FQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightBooleanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightBoostQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightConstantScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightCoveringQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightDisjunctionMaxQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)Create the Weight used to score usWeightDocValuesFieldExistsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightDocValuesNumbersQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightDocValuesRewriteMethod.MultiTermQueryDocValuesWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightDocValuesTermsQuery. 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.WeightIndexSortSortedNumericDocValuesRangeQuery. 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)WeightMultiRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMultiTermQueryConstantScoreWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightNamedMatches.NamedQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightNormsFieldExistsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightPhraseQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightPhraseWildcardQuery. 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)WeightTermAutomatonQuery. 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 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 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)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 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.spans
Methods in org.apache.lucene.search.spans with parameters of type ScoreMode Modifier and Type Method Description SpanWeightFieldMaskingSpanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanBoostQuery. 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.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)
-