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. 
org.apache.lucene.codecs.lucene46 Lucene 4.6 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
          Deprecated. 
 

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

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

Subclasses of SegmentInfoWriter in org.apache.lucene.codecs.lucene46
 class Lucene46SegmentInfoWriter
          Lucene 4.0 implementation of SegmentInfoWriter.
 

Methods in org.apache.lucene.codecs.lucene46 that return SegmentInfoWriter
 SegmentInfoWriter Lucene46SegmentInfoFormat.getSegmentInfoWriter()
           
 



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