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.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 SegmentInfoFormatCodec. segmentInfoFormat()Encodes/decodes segment info fileSegmentInfoFormatFilterCodec. segmentInfoFormat() -
Uses of SegmentInfoFormat in org.apache.lucene.codecs.lucene99
Subclasses of SegmentInfoFormat in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description classLucene99SegmentInfoFormatLucene 9.9 Segment info format.Methods in org.apache.lucene.codecs.lucene99 that return SegmentInfoFormat Modifier and Type Method Description SegmentInfoFormatLucene99Codec. segmentInfoFormat()
-