Uses of Class
org.apache.lucene.search.Scorable
-
-
Uses of Scorable in org.apache.lucene.search
Subclasses of Scorable in org.apache.lucene.search Modifier and Type Class Description classConstantScoreScorerA constant-scoringScorer.classFilterScorableFilter aScorable, intercepting methods and optionally changing their return values The default implementation simply passes all calls to its delegate, with the exception ofsetMinCompetitiveScore(float)which defaults to a no-op.classFilterScorerAFilterScorercontains anotherScorer, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.classScoreCachingWrappingScorerAScorerwhich wraps another scorer and caches the score of the current document.classScorerExpert: Common scoring functionality for different types of queries.Fields in org.apache.lucene.search declared as Scorable Modifier and Type Field Description ScorableScorable.ChildScorable. childChild Scorer.protected ScorableFilterScorable. inMethods in org.apache.lucene.search with parameters of type Scorable Modifier and Type Method Description static DoubleValuesDoubleValuesSource. fromScorer(Scorable scorer)Returns a DoubleValues instance that wraps scores returned by a ScorervoidFieldComparator.DocComparator. setScorer(Scorable scorer)voidFieldComparator.RelevanceComparator. setScorer(Scorable scorer)voidFieldComparator.TermOrdValComparator. setScorer(Scorable scorer)voidFieldComparator.TermValComparator. setScorer(Scorable scorer)voidFilterLeafCollector. setScorer(Scorable scorer)voidLeafCollector. setScorer(Scorable scorer)Called before successive calls toLeafCollector.collect(int).voidLeafFieldComparator. setScorer(Scorable scorer)Sets the Scorer to use in case a document's score is needed.voidSimpleCollector. setScorer(Scorable scorer)voidSimpleFieldComparator. setScorer(Scorable scorer)protected voidTopFieldCollector. updateGlobalMinCompetitiveScore(Scorable scorer)protected voidTopScoreDocCollector. updateGlobalMinCompetitiveScore(Scorable scorer)protected voidTopFieldCollector. updateMinCompetitiveScore(Scorable scorer)protected voidTopScoreDocCollector. updateMinCompetitiveScore(Scorable scorer)Constructors in org.apache.lucene.search with parameters of type Scorable Constructor Description ChildScorable(Scorable child, String relationship)Creates a new ChildScorer node with the specified relationship.FilterScorable(Scorable in)Filter a scorerScoreCachingWrappingScorer(Scorable scorer)Creates a new instance by wrapping the given scorer. -
Uses of Scorable in org.apache.lucene.search.grouping
Fields in org.apache.lucene.search.grouping declared as Scorable Modifier and Type Field Description protected ScorableCollapsingTopDocsCollector. scorerMethods in org.apache.lucene.search.grouping with parameters of type Scorable Modifier and Type Method Description voidCollapsingTopDocsCollector. setScorer(Scorable scorer)voidFirstPassGroupingCollector. setScorer(Scorable scorer) -
Uses of Scorable in org.apache.lucene.search.spans
Subclasses of Scorable in org.apache.lucene.search.spans Modifier and Type Class Description classSpanScorer -
Uses of Scorable in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type Scorable Modifier and Type Method Description voidMaxScoreCollector. setScorer(Scorable scorer) -
Uses of Scorable in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene with parameters of type Scorable Modifier and Type Method Description voidMinimumScoreCollector. setScorer(Scorable scorer)voidScorerAware. setScorer(Scorable scorer) -
Uses of Scorable in org.elasticsearch.index.fielddata.fieldcomparator
Methods in org.elasticsearch.index.fielddata.fieldcomparator with parameters of type Scorable Modifier and Type Method Description protected voidBytesRefFieldComparatorSource. setScorer(Scorable scorer)protected voidDoubleValuesComparatorSource. setScorer(Scorable scorer) -
Uses of Scorable in org.elasticsearch.script
Fields in org.elasticsearch.script declared as Scorable Modifier and Type Field Description protected ScorableAggregationScript. scorerA scorer that will return the score for the current document when the script is run.Methods in org.elasticsearch.script with parameters of type Scorable Modifier and Type Method Description voidAggregationScript. setScorer(Scorable scorer)voidScoreScript. setScorer(Scorable scorer)voidScriptedMetricAggContexts.MapScript. setScorer(Scorable scorer) -
Uses of Scorable in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations with parameters of type Scorable Modifier and Type Method Description voidLeafBucketCollector. setScorer(Scorable scorer)voidLeafBucketCollectorBase. setScorer(Scorable s) -
Uses of Scorable in org.elasticsearch.search.aggregations.support.values
Methods in org.elasticsearch.search.aggregations.support.values with parameters of type Scorable Modifier and Type Method Description voidScriptBytesValues. setScorer(Scorable scorer)voidScriptDoubleValues. setScorer(Scorable scorer)voidScriptLongValues. setScorer(Scorable scorer) -
Uses of Scorable in org.elasticsearch.search.profile.aggregation
Methods in org.elasticsearch.search.profile.aggregation with parameters of type Scorable Modifier and Type Method Description voidProfilingLeafBucketCollector. setScorer(Scorable scorer)
-