| Package | Description |
|---|---|
| org.apache.lucene.search |
Code to search indices.
|
| Modifier and Type | Method and Description |
|---|---|
TwoPhaseIterator |
Scorer.asTwoPhaseIterator()
Optional method: Return a
TwoPhaseIterator view of this
Scorer. |
TwoPhaseIterator |
FilterScorer.asTwoPhaseIterator() |
| Modifier and Type | Method and Description |
|---|---|
static DocIdSetIterator |
TwoPhaseIterator.asDocIdSetIterator(TwoPhaseIterator twoPhaseIterator)
Return a
DocIdSetIterator view of the provided
TwoPhaseIterator. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.