org.apache.lucene.index
public interface TermPositionVector extends TermFreqVector
TermFreqVector
to provide additional information about
positions in which each of the terms is found.
Method Summary | |
---|---|
int[] | getTermPositions(int index) Returns an array of positions in which the term is found.
|
getTermNumbers
method.