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
protected  TermVectorOffsetInfo[][] SegmentTermPositionVector.offsets
           
static TermVectorOffsetInfo[] TermVectorOffsetInfo.EMPTY_OFFSET_INFO
           
 

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

Constructors in org.apache.lucene.index with parameters of type TermVectorOffsetInfo
SegmentTermPositionVector(String field, String[] terms, int[] termFreqs, int[][] positions, TermVectorOffsetInfo[][] offsets)
           
 



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