Uses of Class
org.apache.lucene.search.ScoreMode
-
-
Uses of ScoreMode in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type ScoreMode Modifier and Type Method Description WeightLatLonDocValuesPointInPolygonQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.apache.lucene.queries
Methods in org.apache.lucene.queries with parameters of type ScoreMode Modifier and Type Method Description WeightBinaryDocValuesRangeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMinDocQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightSearchAfterSortedDocQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanMatchNoDocsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
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 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.search
Methods in org.apache.lucene.search that return ScoreMode Modifier and Type Method Description ScoreModeCollector. scoreMode()Indicates what features are required from the scorer.ScoreModeDiversifiedTopDocsCollector. scoreMode()ScoreModeFilterCollector. scoreMode()ScoreModeMultiCollector. scoreMode()ScoreModeTopFieldCollector. scoreMode()ScoreModeTopScoreDocCollector. scoreMode()ScoreModeTotalHitCountCollector. scoreMode()static ScoreModeScoreMode. valueOf(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)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)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.WeightMatchAllDocsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMatchNoDocsQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightMultiPhraseQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightNormsFieldExistsQuery. 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)Constructors in org.apache.lucene.search with parameters of type ScoreMode Constructor Description 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.DisjunctionMaxWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)Construct the Weight for this Query searched by searcher. -
Uses of ScoreMode in org.apache.lucene.search.grouping
Methods in org.apache.lucene.search.grouping that return ScoreMode Modifier and Type Method Description ScoreModeCollapsingTopDocsCollector. scoreMode()ScoreModeFirstPassGroupingCollector. scoreMode() -
Uses of ScoreMode in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join with parameters of type ScoreMode Modifier and Type Method Description WeightParentChildrenBlockJoinQuery. 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)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) -
Uses of ScoreMode in org.apache.lucene.spatial.prefix
Methods in org.apache.lucene.spatial.prefix with parameters of type ScoreMode Modifier and Type Method Description WeightAbstractPrefixTreeQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search that return ScoreMode Modifier and Type Method Description ScoreModeMaxScoreCollector. scoreMode() -
Uses of ScoreMode in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene that return ScoreMode Modifier and Type Method Description ScoreModeMinimumScoreCollector. scoreMode() -
Uses of ScoreMode in org.elasticsearch.common.lucene.search
Methods in org.elasticsearch.common.lucene.search that return ScoreMode Modifier and Type Method Description ScoreModeFilteredCollector. scoreMode() -
Uses of ScoreMode in org.elasticsearch.common.lucene.search.function
Methods in org.elasticsearch.common.lucene.search.function with parameters of type ScoreMode Modifier and Type Method Description WeightFunctionScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightScriptScoreQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.elasticsearch.index.search
Methods in org.elasticsearch.index.search with parameters of type ScoreMode Modifier and Type Method Description WeightESToParentBlockJoinQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations that return ScoreMode Modifier and Type Method Description ScoreModeAggregatorBase. scoreMode()Most aggregators don't need scores, make sure to extend this method if your aggregator needs them.ScoreModeAggregatorFactory.MultiBucketAggregatorWrapper. scoreMode()ScoreModeMultiBucketCollector. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.aggregations.bucket
Methods in org.elasticsearch.search.aggregations.bucket that return ScoreMode Modifier and Type Method Description ScoreModeBestBucketsDeferringCollector. scoreMode()ScoreModeDeferringBucketCollector.WrappedAggregator. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return ScoreMode Modifier and Type Method Description ScoreModeGeoGridAggregator. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return ScoreMode Modifier and Type Method Description ScoreModeBinaryRangeAggregator. scoreMode()ScoreModeRangeAggregator. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler that return ScoreMode Modifier and Type Method Description ScoreModeBestDocsDeferringCollector. scoreMode()ScoreModeSamplerAggregator. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms that return ScoreMode Modifier and Type Method Description ScoreModeLongTermsAggregator. scoreMode()ScoreModeStringTermsAggregator. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.aggregations.metrics
Methods in org.elasticsearch.search.aggregations.metrics that return ScoreMode Modifier and Type Method Description ScoreModeMedianAbsoluteDeviationAggregator. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal with parameters of type ScoreMode Modifier and Type Method Description WeightContextIndexSearcher. createWeight(Query query, ScoreMode scoreMode, float boost) -
Uses of ScoreMode in org.elasticsearch.search.profile.aggregation
Methods in org.elasticsearch.search.profile.aggregation that return ScoreMode Modifier and Type Method Description ScoreModeProfilingAggregator. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query that return ScoreMode Modifier and Type Method Description ScoreModeInternalProfileCollector. scoreMode() -
Uses of ScoreMode in org.elasticsearch.search.slice
Methods in org.elasticsearch.search.slice with parameters of type ScoreMode Modifier and Type Method Description WeightDocValuesSliceQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)WeightTermsSliceQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
-