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

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

Methods in org.apache.lucene.codecs that return SegmentInfoWriter
abstract  SegmentInfoWriter SegmentInfoFormat.getSegmentInfoWriter()
          Returns the SegmentInfoWriter for writing SegmentInfo instances.
 

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

Methods in org.apache.lucene.codecs.lucene3x that return SegmentInfoWriter
 SegmentInfoWriter Lucene3xSegmentInfoFormat.getSegmentInfoWriter()
          Deprecated.  
 

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

Subclasses of SegmentInfoWriter in org.apache.lucene.codecs.lucene40
 class Lucene40SegmentInfoWriter
          Lucene 4.0 implementation of SegmentInfoWriter.
 

Methods in org.apache.lucene.codecs.lucene40 that return SegmentInfoWriter
 SegmentInfoWriter Lucene40SegmentInfoFormat.getSegmentInfoWriter()
           
 



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