| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| org.apache.lucene.search.spans |
The calculus of spans.
|
| Modifier and Type | Field and Description |
|---|---|
TwoPhaseIterator |
DisiWrapper.twoPhaseView |
| Modifier and Type | Method and Description |
|---|---|
TwoPhaseIterator |
Scorer.twoPhaseIterator()
Optional method: Return a
TwoPhaseIterator view of this
Scorer. |
TwoPhaseIterator |
FilterScorer.twoPhaseIterator() |
TwoPhaseIterator |
ConstantScoreScorer.twoPhaseIterator() |
static TwoPhaseIterator |
TwoPhaseIterator.unwrap(DocIdSetIterator iterator)
If the given
DocIdSetIterator has been created with
asDocIdSetIterator(org.apache.lucene.search.TwoPhaseIterator), then this will return the wrapped
TwoPhaseIterator. |
| Modifier and Type | Method and Description |
|---|---|
static DocIdSetIterator |
TwoPhaseIterator.asDocIdSetIterator(TwoPhaseIterator twoPhaseIterator)
Return a
DocIdSetIterator view of the provided
TwoPhaseIterator. |
| Constructor and Description |
|---|
ConstantScoreScorer(Weight weight,
float score,
ScoreMode scoreMode,
TwoPhaseIterator twoPhaseIterator)
Constructor based on a
TwoPhaseIterator. |
| Modifier and Type | Method and Description |
|---|---|
TwoPhaseIterator |
Spans.asTwoPhaseIterator()
Optional method: Return a
TwoPhaseIterator view of this
Scorer. |
TwoPhaseIterator |
FilterSpans.asTwoPhaseIterator() |
TwoPhaseIterator |
SpanScorer.twoPhaseIterator() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.