Uses of Class
org.apache.lucene.search.Scorable
Packages that use Scorable
Package
Description
Code to search indices.
Comparators, used to compare hits so as to determine their sort order when collecting the top
results with
TopFieldCollector.-
Uses of Scorable in org.apache.lucene.search
Subclasses of Scorable in org.apache.lucene.searchModifier and TypeClassDescriptionfinal classA constant-scoringScorer.classFilter aScorable, intercepting methods and optionally changing their return valuesclassAFilterScorercontains anotherScorer, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.classCombines scores of subscorers.classThe Indri implemenation of a disjunction scorer which stores the subscorers for the child queries.classThe Indri parent scorer that stores the boost so that IndriScorers can use the boost outside of the term.final classAScorerwhich wraps another scorer and caches the score of the current document.classExpert: Common scoring functionality for different types of queries.final classExpert: AScorerfor documents matching aTerm.Fields in org.apache.lucene.search declared as ScorableModifier and TypeFieldDescriptionfinal ScorableScorable.ChildScorable.childChild Scorer.protected final ScorableFilterScorable.inprotected ScorableTopScoreDocCollector.ScorerLeafCollector.scorerMethods in org.apache.lucene.search that return ScorableModifier and TypeMethodDescriptionstatic ScorableWraps the providedScorableunless it's already an instance ofScoreCachingWrappingScorer, in which case it will just return the provided instance.Methods in org.apache.lucene.search with parameters of type ScorableModifier and TypeMethodDescriptionstatic DoubleValuesDoubleValuesSource.fromScorer(Scorable scorer) Returns a DoubleValues instance that wraps scores returned by a Scorer.voidvoidvoidvoidCalled before successive calls toLeafCollector.collect(int).voidSets the Scorer to use in case a document's score is needed.voidvoidvoidprotected voidTopFieldCollector.updateGlobalMinCompetitiveScore(Scorable scorer) protected voidTopScoreDocCollector.updateGlobalMinCompetitiveScore(Scorable scorer) protected voidTopFieldCollector.updateMinCompetitiveScore(Scorable scorer) protected voidTopScoreDocCollector.updateMinCompetitiveScore(Scorable scorer) static ScorableWraps the providedScorableunless it's already an instance ofScoreCachingWrappingScorer, in which case it will just return the provided instance.Constructors in org.apache.lucene.search with parameters of type ScorableModifierConstructorDescriptionChildScorable(Scorable child, String relationship) Creates a new ChildScorer node with the specified relationship.Filter a scorer -
Uses of Scorable in org.apache.lucene.search.comparators
Methods in org.apache.lucene.search.comparators with parameters of type Scorable