Uses of Class
org.apache.lucene.codecs.StoredFieldsFormat
-
-
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene50
Subclasses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene50 Modifier and Type Class Description classLucene50StoredFieldsFormatLucene 5.0 stored fields format.Methods in org.apache.lucene.backward_codecs.lucene50 that return StoredFieldsFormat Modifier and Type Method Description (package private) StoredFieldsFormatLucene50StoredFieldsFormat. impl(Lucene50StoredFieldsFormat.Mode mode) -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene50.compressing
Subclasses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene50.compressing Modifier and Type Class Description classLucene50CompressingStoredFieldsFormatAStoredFieldsFormatthat compresses documents in chunks in order to improve the compression ratio. -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene70
Fields in org.apache.lucene.backward_codecs.lucene70 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene70Codec. storedFieldsFormatMethods in org.apache.lucene.backward_codecs.lucene70 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene70Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene80Codec. storedFieldsFormatMethods in org.apache.lucene.backward_codecs.lucene80 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene80Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene84Codec. storedFieldsFormatMethods in org.apache.lucene.backward_codecs.lucene84 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene84Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene86Codec. storedFieldsFormatMethods in org.apache.lucene.backward_codecs.lucene86 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene86Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene87
Subclasses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene87 Modifier and Type Class Description classLucene87StoredFieldsFormatLucene 8.7 stored fields format.Fields in org.apache.lucene.backward_codecs.lucene87 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene87Codec. storedFieldsFormatMethods in org.apache.lucene.backward_codecs.lucene87 that return StoredFieldsFormat Modifier and Type Method Description (package private) StoredFieldsFormatLucene87StoredFieldsFormat. impl(Lucene87StoredFieldsFormat.Mode mode)StoredFieldsFormatLucene87Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene90Codec. storedFieldsFormatMethods in org.apache.lucene.backward_codecs.lucene90 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene90Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene91Codec. storedFieldsFormatMethods in org.apache.lucene.backward_codecs.lucene91 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene91Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsFormat Modifier and Type Method Description abstract StoredFieldsFormatCodec. storedFieldsFormat()Encodes/decodes stored fieldsStoredFieldsFormatFilterCodec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description classLucene90StoredFieldsFormatLucene 9.0 stored fields format.Methods in org.apache.lucene.codecs.lucene90 that return StoredFieldsFormat Modifier and Type Method Description (package private) StoredFieldsFormatLucene90StoredFieldsFormat. impl(Lucene90StoredFieldsFormat.Mode mode) -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90.compressing
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene90.compressing Modifier and Type Class Description classLucene90CompressingStoredFieldsFormatAStoredFieldsFormatthat compresses documents in chunks in order to improve the compression ratio. -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene92
Fields in org.apache.lucene.codecs.lucene92 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene92Codec. storedFieldsFormatMethods in org.apache.lucene.codecs.lucene92 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene92Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.simpletext
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description classSimpleTextStoredFieldsFormatplain text stored fields format.Fields in org.apache.lucene.codecs.simpletext declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatSimpleTextCodec. storedFieldsMethods in org.apache.lucene.codecs.simpletext that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatSimpleTextCodec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.index
Fields in org.apache.lucene.index declared as StoredFieldsFormat Modifier and Type Field Description private static StoredFieldsFormatSortingStoredFieldsConsumer. TEMP_STORED_FIELDS_FORMAT
-