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