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.simpletext Simpletext Codec: writes human readable postings. 
 

Uses of SegmentInfoWriter in org.apache.lucene.codecs
 

Methods in org.apache.lucene.codecs that return SegmentInfoWriter
abstract  SegmentInfoWriter SegmentInfoFormat.getSegmentInfoWriter()
           
 

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

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

Subclasses of SegmentInfoWriter in org.apache.lucene.codecs.simpletext
 class SimpleTextSegmentInfoWriter
          writes plaintext segments files
 

Methods in org.apache.lucene.codecs.simpletext that return SegmentInfoWriter
 SegmentInfoWriter SimpleTextSegmentInfoFormat.getSegmentInfoWriter()
           
 



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