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 class
Lucene50CompoundFormat
Lucene 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 CompoundFormat
Lucene70Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene70 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene70Codec. 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 CompoundFormat
Lucene80Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene80 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene80Codec. 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 CompoundFormat
Lucene84Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene84 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene84Codec. 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 CompoundFormat
Lucene86Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene86 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene86Codec. 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 CompoundFormat
Lucene87Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene87 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene87Codec. 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 CompoundFormat
Lucene90Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene90 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene90Codec. 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 CompoundFormat
Lucene91Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene91 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene91Codec. compoundFormat()
-
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.lucene90
Subclasses of CompoundFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description class
Lucene90CompoundFormat
Lucene 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 CompoundFormat
Lucene92Codec. compoundFormat
Methods in org.apache.lucene.codecs.lucene92 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene92Codec. 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()
-