Uses of Class
org.apache.lucene.search.LeafSimScorer
Packages that use LeafSimScorer
Package
Description
The payloads package provides Query mechanisms for finding and using payloads.
The calculus of spans.
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
-
Uses of LeafSimScorer in org.apache.lucene.queries.payloads
Constructors in org.apache.lucene.queries.payloads with parameters of type LeafSimScorerModifierConstructorDescriptionprivate
PayloadSpanScorer
(SpanWeight weight, PayloadScoreQuery.PayloadSpans spans, LeafSimScorer docScorer) -
Uses of LeafSimScorer in org.apache.lucene.queries.spans
Fields in org.apache.lucene.queries.spans declared as LeafSimScorerMethods in org.apache.lucene.queries.spans that return LeafSimScorerModifier and TypeMethodDescriptionSpanWeight.getSimScorer
(LeafReaderContext context) Return a LeafSimScorer for this contextConstructors in org.apache.lucene.queries.spans with parameters of type LeafSimScorerModifierConstructorDescriptionSpanScorer
(SpanWeight weight, Spans spans, LeafSimScorer docScorer) Sole constructor.TermSpans
(LeafSimScorer scorer, PostingsEnum postings, Term term, float positionsCost) -
Uses of LeafSimScorer in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as LeafSimScorerConstructors in org.apache.lucene.sandbox.search with parameters of type LeafSimScorerModifierConstructorDescriptionTermAutomatonScorer
(TermAutomatonQuery.TermAutomatonWeight weight, TermAutomatonQuery.EnumAndScorer[] subs, int anyTermID, LeafSimScorer docScorer) -
Uses of LeafSimScorer in org.apache.lucene.search
Fields in org.apache.lucene.search declared as LeafSimScorerModifier and TypeFieldDescription(package private) final LeafSimScorer
SynonymQuery.FreqBoostTermScorer.docScorer
private final LeafSimScorer
TermScorer.docScorer
private final LeafSimScorer
PhraseScorer.simScorer
private final LeafSimScorer
SynonymQuery.SynonymScorer.simScorer
Constructors in org.apache.lucene.search with parameters of type LeafSimScorerModifierConstructorDescriptionFreqBoostTermScorer
(float boost, TermScorer in, LeafSimScorer docScorer) (package private)
PhraseScorer
(Weight weight, PhraseMatcher matcher, ScoreMode scoreMode, LeafSimScorer simScorer) (package private)
SynonymScorer
(Weight weight, DisiPriorityQueue queue, DocIdSetIterator iterator, ImpactsDISI impactsDisi, LeafSimScorer simScorer) (package private)
TermScorer
(Weight weight, ImpactsEnum impactsEnum, LeafSimScorer docScorer) Construct aTermScorer
that will use impacts to skip blocks of non-competitive documents.TermScorer
(Weight weight, PostingsEnum postingsEnum, LeafSimScorer docScorer) Construct aTermScorer
that will iterate all documents.