Uses of Class
org.apache.lucene.search.LeafSimScorer
-
Packages that use LeafSimScorer Package Description org.apache.lucene.search.spans -
-
Uses of LeafSimScorer in org.apache.lucene.search.spans
Fields in org.apache.lucene.search.spans declared as LeafSimScorer Modifier and Type Field Description protected LeafSimScorerSpanScorer. docScorerMethods in org.apache.lucene.search.spans that return LeafSimScorer Modifier and Type Method Description LeafSimScorerSpanWeight. getSimScorer(LeafReaderContext context)Return a LeafSimScorer for this contextConstructors in org.apache.lucene.search.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)
-