Uses of Class
org.apache.lucene.search.Scorer
-
Packages that use Scorer Package Description org.apache.lucene.search Code to search indices.org.apache.lucene.search.spans The calculus of spans. -
-
Uses of Scorer in org.apache.lucene.search
Subclasses of Scorer in org.apache.lucene.search Modifier and Type Class Description classConstantScoreScorerA constant-scoringScorer.classFilterScorerAFilterScorercontains anotherScorer, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.Fields in org.apache.lucene.search declared as Scorer Modifier and Type Field Description protected ScorerFilterScorer. inprotected ScorerBlockMaxDISI. scorerScorerDisiWrapper. scorerMethods in org.apache.lucene.search that return Scorer Modifier and Type Method Description abstract ScorerScorerSupplier. get(long leadCost)Get theScorer.ScorerDisjunctionMaxQuery.DisjunctionMaxWeight. scorer(LeafReaderContext context)Create the scorer used to score our associated DisjunctionMaxQueryScorerFilterWeight. scorer(LeafReaderContext context)abstract ScorerWeight. scorer(LeafReaderContext context)Returns aScorerwhich can iterate in order over all matching documents and assign them a score.Method parameters in org.apache.lucene.search with type arguments of type Scorer Modifier and Type Method Description static DocIdSetIteratorConjunctionDISI. intersectScorers(Collection<Scorer> scorers)Create a conjunction over the providedScorers.Constructors in org.apache.lucene.search with parameters of type Scorer Constructor Description BlockMaxDISI(DocIdSetIterator iterator, Scorer scorer)DefaultBulkScorer(Scorer scorer)Sole constructor.DisiWrapper(Scorer scorer)FilterScorer(Scorer in)Create a new FilterScorerFilterScorer(Scorer in, Weight weight)Create a new FilterScorer with a specific weight -
Uses of Scorer in org.apache.lucene.search.spans
Subclasses of Scorer in org.apache.lucene.search.spans Modifier and Type Class Description classSpanScorer
-