|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.lucene.index.FilterIndexReader.FilterTermDocs
org.apache.lucene.index.FilterIndexReader.FilterTermPositions
Base class for filtering TermPositions implementations.
| Field Summary |
| Fields inherited from class org.apache.lucene.index.FilterIndexReader.FilterTermDocs |
in |
| Constructor Summary | |
FilterIndexReader.FilterTermPositions(TermPositions in)
|
|
| Method Summary | |
int |
nextPosition()
Returns next position in the current document. |
| Methods inherited from class org.apache.lucene.index.FilterIndexReader.FilterTermDocs |
close, doc, freq, next, read, seek, seek, skipTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.lucene.index.TermDocs |
close, doc, freq, next, read, seek, seek, skipTo |
| Constructor Detail |
public FilterIndexReader.FilterTermPositions(TermPositions in)
| Method Detail |
public int nextPosition()
throws java.io.IOException
TermPositionsTermDocs.freq() times
without calling TermDocs.next() This is
invalid until TermDocs.next() is called for
the first time.
nextPosition in interface TermPositionsjava.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||