org.apache.lucene.index
Class TestFilterIndexReader.TestReader.TestTermPositions

java.lang.Object
org.apache.lucene.index.FilterIndexReader.FilterTermDocs
org.apache.lucene.index.FilterIndexReader.FilterTermPositions
org.apache.lucene.index.TestFilterIndexReader.TestReader.TestTermPositions
- All Implemented Interfaces:
- TermDocs, TermPositions
- Enclosing class:
- TestFilterIndexReader.TestReader
- private static class TestFilterIndexReader.TestReader.TestTermPositions
- extends FilterIndexReader.FilterTermPositions
Filter that only returns odd numbered documents.
|
Method Summary |
boolean |
next()
Scan for odd numbered documents. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestFilterIndexReader.TestReader.TestTermPositions
public TestFilterIndexReader.TestReader.TestTermPositions(TermPositions in)
throws java.io.IOException
next
public boolean next()
throws java.io.IOException
- Scan for odd numbered documents.
- Specified by:
next in interface TermDocs- Overrides:
next in class FilterIndexReader.FilterTermDocs