Uses of Class
org.apache.lucene.search.LeafSimScorer
-
Packages that use LeafSimScorer Package Description org.apache.lucene.queries.payloads The payloads package provides Query mechanisms for finding and using payloads.org.apache.lucene.queries.spans The calculus of spans.org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.org.apache.lucene.search Code to search indices. -
-
Uses of LeafSimScorer in org.apache.lucene.queries.payloads
Constructors in org.apache.lucene.queries.payloads with parameters of type LeafSimScorer Constructor Description 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 LeafSimScorer Modifier and Type Field Description protected LeafSimScorer
SpanScorer. docScorer
Methods in org.apache.lucene.queries.spans that return LeafSimScorer Modifier and Type Method Description LeafSimScorer
SpanWeight. getSimScorer(LeafReaderContext context)
Return a LeafSimScorer for this contextConstructors in org.apache.lucene.queries.spans with parameters of type LeafSimScorer Constructor Description SpanScorer(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 LeafSimScorer Modifier and Type Field Description private LeafSimScorer
TermAutomatonScorer. docScorer
Methods in org.apache.lucene.sandbox.search that return LeafSimScorer Modifier and Type Method Description (package private) LeafSimScorer
TermAutomatonScorer. getLeafSimScorer()
Constructors in org.apache.lucene.sandbox.search with parameters of type LeafSimScorer Constructor Description TermAutomatonScorer(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 LeafSimScorer Modifier and Type Field Description (package private) LeafSimScorer
SynonymQuery.FreqBoostTermScorer. docScorer
private LeafSimScorer
TermScorer. docScorer
private LeafSimScorer
PhraseScorer. simScorer
private LeafSimScorer
SynonymQuery.SynonymScorer. simScorer
Constructors in org.apache.lucene.search with parameters of type LeafSimScorer Constructor Description FreqBoostTermScorer(float boost, TermScorer in, LeafSimScorer docScorer)
PhraseScorer(Weight weight, PhraseMatcher matcher, ScoreMode scoreMode, LeafSimScorer simScorer)
SynonymScorer(Weight weight, DisiPriorityQueue queue, DocIdSetIterator iterator, ImpactsDISI impactsDisi, LeafSimScorer simScorer)
TermScorer(Weight weight, ImpactsEnum impactsEnum, LeafSimScorer docScorer, boolean topLevelScoringClause)
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.
-