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. 
 

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
          Lucene 4.0 Field Infos format.
 

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()
           
 



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