org.apache.lucene.index
Class FilterIndexReader.FilterTermPositions
- FilterIndexReader
- TermDocs, TermPositions
public static class FilterIndexReader.FilterTermPositions
int | nextPosition() - Returns next position in the current document.
|
nextPosition
public int nextPosition()
throws IOException
Returns next position in the current document. It is an error to call
this more than
freq()
times
without calling
next()
This is
invalid until
next()
is called for
the first time.
- nextPosition in interface TermPositions
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.