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

Packages that use SegmentInfoFormat
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 SegmentInfoFormat in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return SegmentInfoFormat
abstract  SegmentInfoFormat Codec.segmentInfoFormat()
          Encodes/decodes segment info file
 SegmentInfoFormat FilterCodec.segmentInfoFormat()
           
 

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

Subclasses of SegmentInfoFormat in org.apache.lucene.codecs.lucene3x
 class Lucene3xSegmentInfoFormat
          Deprecated. (4.0) This is only used to read indexes created before 4.0.
 

Methods in org.apache.lucene.codecs.lucene3x that return SegmentInfoFormat
 SegmentInfoFormat Lucene3xCodec.segmentInfoFormat()
          Deprecated.  
 

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

Subclasses of SegmentInfoFormat in org.apache.lucene.codecs.lucene40
 class Lucene40SegmentInfoFormat
          Lucene 4.0 Segment info format.
 

Methods in org.apache.lucene.codecs.lucene40 that return SegmentInfoFormat
 SegmentInfoFormat Lucene40Codec.segmentInfoFormat()
           
 



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