| java.lang.Object org.apache.lucene.search.PhrasePositions
PhrasePositions | final class PhrasePositions (Code) | | Position of a term in a document that takes into account the term offset within the phrase.
|
Method Summary | |
final void | firstPosition() | final boolean | next() | final boolean | nextPosition() Go to next location of this term current document, and set
position as location - offset , so that a
matching exact phrase is easily identified when all PhrasePositions
have exactly the same position . | final boolean | skipTo(int target) |
nextPosition | final boolean nextPosition() throws IOException(Code) | | Go to next location of this term current document, and set
position as location - offset , so that a
matching exact phrase is easily identified when all PhrasePositions
have exactly the same position .
|
|
|