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. 
 

Uses of FieldInfosFormat in org.apache.lucene.codecs
 

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

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



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