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.lucene90 Lucene 9.0 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.lucene90
Subclasses of SegmentInfoFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description classLucene90SegmentInfoFormatLucene 9.0 Segment info format.Methods in org.apache.lucene.codecs.lucene90 that return SegmentInfoFormat Modifier and Type Method Description SegmentInfoFormatLucene90Codec. segmentInfoFormat()
-