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.lucene80
for 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.lucene84
for an overview of the index format.org.apache.lucene.codecs.lucene84 Lucene 8.4 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 CompoundFormat
Codec. compoundFormat()
Encodes/decodes compound filesCompoundFormat
FilterCodec. compoundFormat()
-
Uses of CompoundFormat in org.apache.lucene.codecs.lucene50
Subclasses of CompoundFormat in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description class
Lucene50CompoundFormat
Lucene 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 CompoundFormat
Lucene70Codec. compoundFormat
Methods in org.apache.lucene.codecs.lucene70 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene70Codec. 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 CompoundFormat
Lucene80Codec. compoundFormat
Methods in org.apache.lucene.codecs.lucene80 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene80Codec. 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 CompoundFormat
Lucene84Codec. compoundFormat
Methods in org.apache.lucene.codecs.lucene84 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene84Codec. compoundFormat()
-
Uses of CompoundFormat in org.apache.lucene.codecs.simpletext
Subclasses of CompoundFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description class
SimpleTextCompoundFormat
plain text compound format.Fields in org.apache.lucene.codecs.simpletext declared as CompoundFormat Modifier and Type Field Description private CompoundFormat
SimpleTextCodec. compoundFormat
Methods in org.apache.lucene.codecs.simpletext that return CompoundFormat Modifier and Type Method Description CompoundFormat
SimpleTextCodec. compoundFormat()
-