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 SegmentInfoWriter
SegmentInfoFormat. getSegmentInfoWriter()
Returns theSegmentInfoWriter
for writingSegmentInfo
instances. -
Uses of SegmentInfoWriter in org.apache.lucene.codecs.lucene3x
Methods in org.apache.lucene.codecs.lucene3x that return SegmentInfoWriter Modifier and Type Method Description SegmentInfoWriter
Lucene3xSegmentInfoFormat. 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 class
Lucene40SegmentInfoWriter
Deprecated.Methods in org.apache.lucene.codecs.lucene40 that return SegmentInfoWriter Modifier and Type Method Description SegmentInfoWriter
Lucene40SegmentInfoFormat. 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 class
Lucene46SegmentInfoWriter
Lucene 4.0 implementation ofSegmentInfoWriter
.Methods in org.apache.lucene.codecs.lucene46 that return SegmentInfoWriter Modifier and Type Method Description SegmentInfoWriter
Lucene46SegmentInfoFormat. getSegmentInfoWriter()
-