Uses of Class
org.apache.lucene.codecs.CompoundFormat
-
-
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.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as CompoundFormat Modifier and Type Field Description private CompoundFormat
Lucene92Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene92 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene92Codec. compoundFormat()
-
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as CompoundFormat Modifier and Type Field Description private CompoundFormat
Lucene94Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene94 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene94Codec. compoundFormat()
-
Uses of CompoundFormat in org.apache.lucene.backward_codecs.lucene95
Fields in org.apache.lucene.backward_codecs.lucene95 declared as CompoundFormat Modifier and Type Field Description private CompoundFormat
Lucene95Codec. compoundFormat
Methods in org.apache.lucene.backward_codecs.lucene95 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene95Codec. 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.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as CompoundFormat Modifier and Type Field Description private CompoundFormat
Lucene99Codec. compoundFormat
Methods in org.apache.lucene.codecs.lucene99 that return CompoundFormat Modifier and Type Method Description CompoundFormat
Lucene99Codec. 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()
-