Package | Description |
---|---|
org.apache.lucene.queries.payloads |
The payloads package provides Query mechanisms for finding and using payloads.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.search.spans |
The calculus of spans.
|
Constructor and Description |
---|
PayloadSpanScorer(SpanWeight weight,
PayloadScoreQuery.PayloadSpans spans,
LeafSimScorer docScorer) |
Modifier and Type | Field and Description |
---|---|
private LeafSimScorer |
TermAutomatonScorer.docScorer |
(package private) LeafSimScorer |
SynonymQuery.FreqBoostTermScorer.docScorer |
private LeafSimScorer |
TermScorer.docScorer |
private LeafSimScorer |
SynonymQuery.SynonymScorer.simScorer |
private LeafSimScorer |
PhraseScorer.simScorer |
Constructor and 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) |
TermAutomatonScorer(TermAutomatonQuery.TermAutomatonWeight weight,
TermAutomatonQuery.EnumAndScorer[] subs,
int anyTermID,
java.util.Map<java.lang.Integer,BytesRef> idToTerm,
LeafSimScorer docScorer) |
TermScorer(Weight weight,
ImpactsEnum impactsEnum,
LeafSimScorer docScorer)
Construct a
TermScorer that will use impacts to skip blocks of
non-competitive documents. |
TermScorer(Weight weight,
PostingsEnum postingsEnum,
LeafSimScorer docScorer)
Construct a
TermScorer that will iterate all documents. |
Modifier and Type | Field and Description |
---|---|
protected LeafSimScorer |
SpanScorer.docScorer |
Modifier and Type | Method and Description |
---|---|
LeafSimScorer |
SpanWeight.getSimScorer(LeafReaderContext context)
Return a LeafSimScorer for this context
|
Constructor and Description |
---|
SpanScorer(SpanWeight weight,
Spans spans,
LeafSimScorer docScorer)
Sole constructor.
|
TermSpans(LeafSimScorer scorer,
PostingsEnum postings,
Term term,
float positionsCost) |