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

Packages that use FieldInfos
org.apache.lucene.index Code to maintain and access indices. 
org.apache.lucene.util Some utility classes. 
 

Uses of FieldInfos in org.apache.lucene.index
 

Fields in org.apache.lucene.index declared as FieldInfos
 FieldInfos SegmentWriteState.fieldInfos
           
 

Methods in org.apache.lucene.index that return FieldInfos
abstract  FieldInfos IndexReader.getFieldInfos()
          Get the FieldInfos describing all fields in this reader.
 FieldInfos SegmentReader.getFieldInfos()
           
 FieldInfos MultiReader.getFieldInfos()
           
 FieldInfos FilterIndexReader.getFieldInfos()
           
 FieldInfos ParallelReader.getFieldInfos()
           
 

Methods in org.apache.lucene.index with parameters of type FieldInfos
 void FieldInfos.add(FieldInfos other)
           
 

Constructors in org.apache.lucene.index with parameters of type FieldInfos
SegmentWriteState(PrintStream infoStream, Directory directory, String segmentName, FieldInfos fieldInfos, int numDocs, int termIndexInterval, org.apache.lucene.index.BufferedDeletes segDeletes)
           
 

Uses of FieldInfos in org.apache.lucene.util
 

Methods in org.apache.lucene.util that return FieldInfos
static FieldInfos ReaderUtil.getMergedFieldInfos(IndexReader reader)
          Call this to get the (merged) FieldInfos for a composite reader