Uses of Class
org.apache.lucene.codecs.SegmentInfoFormat
-
Packages that use SegmentInfoFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene912 Lucene 9.12 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of SegmentInfoFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return SegmentInfoFormat Modifier and Type Method Description abstract SegmentInfoFormat
Codec. segmentInfoFormat()
Encodes/decodes segment info fileSegmentInfoFormat
FilterCodec. segmentInfoFormat()
-
Uses of SegmentInfoFormat in org.apache.lucene.codecs.lucene912
Methods in org.apache.lucene.codecs.lucene912 that return SegmentInfoFormat Modifier and Type Method Description SegmentInfoFormat
Lucene912Codec. segmentInfoFormat()
-
Uses of SegmentInfoFormat in org.apache.lucene.codecs.lucene99
Subclasses of SegmentInfoFormat in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description class
Lucene99SegmentInfoFormat
Lucene 9.9 Segment info format.
-