Uses of Class
org.apache.lucene.index.TermVectorOffsetInfo

Packages that use TermVectorOffsetInfo
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of TermVectorOffsetInfo in org.apache.lucene.index
 

Fields in org.apache.lucene.index declared as TermVectorOffsetInfo
static TermVectorOffsetInfo[] TermVectorOffsetInfo.EMPTY_OFFSET_INFO
          Convenience declaration when creating a TermPositionVector that stores only position information.
 

Methods in org.apache.lucene.index that return TermVectorOffsetInfo
 TermVectorOffsetInfo[] TermPositionVector.getOffsets(int index)
          Returns an array of TermVectorOffsetInfo in which the term is found.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.