gate.creole.annic.apache.lucene.search
Class PhrasePositions
java.lang.Object
gate.creole.annic.apache.lucene.search.PhrasePositions
final class PhrasePositions
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
doc
int doc
position
int position
count
int count
offset
int offset
tp
TermPositions tp
next
PhrasePositions next
PhrasePositions
PhrasePositions(TermPositions t,
int o)
throws IOException
- Throws:
IOException
next
final boolean next()
throws IOException
- Throws:
IOException
skipTo
final boolean skipTo(int target)
throws IOException
- Throws:
IOException
firstPosition
final void firstPosition()
throws IOException
- Throws:
IOException
nextPosition
final boolean nextPosition()
throws IOException
- Throws:
IOException