Uses of Class
org.apache.lucene.codecs.CompoundFormat
-
Packages that use CompoundFormat 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 CompoundFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return CompoundFormat Modifier and Type Method Description abstract CompoundFormatCodec. compoundFormat()Encodes/decodes compound filesCompoundFormatFilterCodec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.codecs.lucene90
Subclasses of CompoundFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description classLucene90CompoundFormatLucene 9.0 compound file formatMethods in org.apache.lucene.codecs.lucene90 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene90Codec. compoundFormat()
-