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[] TermVectorEntry.getOffsets()
           
 TermVectorOffsetInfo[] TermPositionVector.getOffsets(int index)
          Returns an array of TermVectorOffsetInfo in which the term is found.
 

Methods in org.apache.lucene.index with parameters of type TermVectorOffsetInfo
 void SortedTermVectorMapper.map(String term, int frequency, TermVectorOffsetInfo[] offsets, int[] positions)
           
 void PositionBasedTermVectorMapper.map(String term, int frequency, TermVectorOffsetInfo[] offsets, int[] positions)
          Callback for the TermVectorReader.
 void FieldSortedTermVectorMapper.map(String term, int frequency, TermVectorOffsetInfo[] offsets, int[] positions)
           
abstract  void TermVectorMapper.map(String term, int frequency, TermVectorOffsetInfo[] offsets, int[] positions)
          Map the Term Vector information into your own structure
 

Constructors in org.apache.lucene.index with parameters of type TermVectorOffsetInfo
TermVectorEntry(String field, String term, int frequency, TermVectorOffsetInfo[] offsets, int[] positions)
           
 



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