Uses of Class
org.apache.lucene.codecs.FieldInfosFormat

Packages that use FieldInfosFormat
org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index. 
org.apache.lucene.codecs.lucene3x Codec to support Lucene 3.x indexes (readonly) 
org.apache.lucene.codecs.lucene40 Lucene 4.0 file format. 
org.apache.lucene.codecs.lucene41 Lucene 4.1 file format. 
org.apache.lucene.codecs.lucene42 Lucene 4.2 file format. 
org.apache.lucene.codecs.lucene45 Lucene 4.5 file format. 
 

Uses of FieldInfosFormat in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return FieldInfosFormat
 FieldInfosFormat FilterCodec.fieldInfosFormat()
           
abstract  FieldInfosFormat Codec.fieldInfosFormat()
          Encodes/decodes field infos file
 

Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene3x
 

Methods in org.apache.lucene.codecs.lucene3x that return FieldInfosFormat
 FieldInfosFormat Lucene3xCodec.fieldInfosFormat()
          Deprecated.  
 

Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene40
 

Subclasses of FieldInfosFormat in org.apache.lucene.codecs.lucene40
 class Lucene40FieldInfosFormat
          Deprecated. Only for reading old 4.0 and 4.1 segments
 

Methods in org.apache.lucene.codecs.lucene40 that return FieldInfosFormat
 FieldInfosFormat Lucene40Codec.fieldInfosFormat()
          Deprecated.  
 

Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene41
 

Methods in org.apache.lucene.codecs.lucene41 that return FieldInfosFormat
 FieldInfosFormat Lucene41Codec.fieldInfosFormat()
          Deprecated.  
 

Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene42
 

Subclasses of FieldInfosFormat in org.apache.lucene.codecs.lucene42
 class Lucene42FieldInfosFormat
          Lucene 4.2 Field Infos format.
 

Methods in org.apache.lucene.codecs.lucene42 that return FieldInfosFormat
 FieldInfosFormat Lucene42Codec.fieldInfosFormat()
          Deprecated.  
 

Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene45
 

Methods in org.apache.lucene.codecs.lucene45 that return FieldInfosFormat
 FieldInfosFormat Lucene45Codec.fieldInfosFormat()
           
 



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