Uses of Class
org.apache.lucene.search.Scorable
-
Packages that use Scorable Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.search.spans The calculus of spans. -
-
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.voidMultiCollectorManager.Collectors.LeafCollectors. setScorer(Scorable scorer)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.spans
Subclasses of Scorable in org.apache.lucene.search.spans Modifier and Type Class Description classSpanScorer
-