Uses of Class
org.apache.lucene.codecs.CompoundFormat
-
Packages that use CompoundFormat Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.backward_codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.backward_codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.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.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. -
-
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene50
Subclasses of CompoundFormat in org.apache.lucene.backward_codecs.lucene50 Modifier and Type Class Description classLucene50CompoundFormatLucene 5.0 compound file format -
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene70
Fields in org.apache.lucene.backward_codecs.lucene70 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene70Codec. compoundFormatMethods in org.apache.lucene.backward_codecs.lucene70 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene70Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene80Codec. compoundFormatMethods in org.apache.lucene.backward_codecs.lucene80 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene80Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene84Codec. compoundFormatMethods in org.apache.lucene.backward_codecs.lucene84 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene84Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene86Codec. compoundFormatMethods in org.apache.lucene.backward_codecs.lucene86 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene86Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene87Codec. compoundFormatMethods in org.apache.lucene.backward_codecs.lucene87 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene87Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene90Codec. compoundFormatMethods in org.apache.lucene.backward_codecs.lucene90 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene90Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene91Codec. compoundFormatMethods in org.apache.lucene.backward_codecs.lucene91 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene91Codec. compoundFormat() -
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 format -
Uses of CompoundFormat in org.apache.lucene.codecs.lucene92
Fields in org.apache.lucene.codecs.lucene92 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene92Codec. compoundFormatMethods in org.apache.lucene.codecs.lucene92 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene92Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.codecs.simpletext
Subclasses of CompoundFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description classSimpleTextCompoundFormatplain text compound format.Fields in org.apache.lucene.codecs.simpletext declared as CompoundFormat Modifier and Type Field Description private CompoundFormatSimpleTextCodec. compoundFormatMethods in org.apache.lucene.codecs.simpletext that return CompoundFormat Modifier and Type Method Description CompoundFormatSimpleTextCodec. compoundFormat()
-