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.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80for an overview of the index format.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings. -
-
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.lucene50
Subclasses of CompoundFormat in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description classLucene50CompoundFormatLucene 5.0 compound file format -
Uses of CompoundFormat in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene70Codec. compoundFormatMethods in org.apache.lucene.codecs.lucene70 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene70Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene80Codec. compoundFormatMethods in org.apache.lucene.codecs.lucene80 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene80Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene84Codec. compoundFormatMethods in org.apache.lucene.codecs.lucene84 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene84Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene86Codec. compoundFormatMethods in org.apache.lucene.codecs.lucene86 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene86Codec. compoundFormat() -
Uses of CompoundFormat in org.apache.lucene.codecs.lucene87
Fields in org.apache.lucene.codecs.lucene87 declared as CompoundFormat Modifier and Type Field Description private CompoundFormatLucene87Codec. compoundFormatMethods in org.apache.lucene.codecs.lucene87 that return CompoundFormat Modifier and Type Method Description CompoundFormatLucene87Codec. 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()
-