| Package | Description |
|---|---|
| org.apache.lucene.search.spans |
The calculus of spans.
|
| 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) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.