Uses of Class
org.apache.lucene.codecs.SegmentInfoWriter
-
Packages that use SegmentInfoWriter Package Description 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 Modifier and Type Method Description abstract SegmentInfoWriterSegmentInfoFormat. getSegmentInfoWriter()Returns theSegmentInfoWriterfor writingSegmentInfoinstances. -
Uses of SegmentInfoWriter in org.apache.lucene.codecs.lucene3x
Methods in org.apache.lucene.codecs.lucene3x that return SegmentInfoWriter Modifier and Type Method Description SegmentInfoWriterLucene3xSegmentInfoFormat. getSegmentInfoWriter()Deprecated. -
Uses of SegmentInfoWriter in org.apache.lucene.codecs.lucene40
Subclasses of SegmentInfoWriter in org.apache.lucene.codecs.lucene40 Modifier and Type Class Description classLucene40SegmentInfoWriterDeprecated.Methods in org.apache.lucene.codecs.lucene40 that return SegmentInfoWriter Modifier and Type Method Description SegmentInfoWriterLucene40SegmentInfoFormat. getSegmentInfoWriter()Deprecated. -
Uses of SegmentInfoWriter in org.apache.lucene.codecs.lucene46
Subclasses of SegmentInfoWriter in org.apache.lucene.codecs.lucene46 Modifier and Type Class Description classLucene46SegmentInfoWriterLucene 4.0 implementation ofSegmentInfoWriter.Methods in org.apache.lucene.codecs.lucene46 that return SegmentInfoWriter Modifier and Type Method Description SegmentInfoWriterLucene46SegmentInfoFormat. getSegmentInfoWriter()
-