Uses of Class
org.apache.lucene.codecs.StoredFieldsFormat
Packages that use StoredFieldsFormat
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
Codec to support Lucene 3.x indexes (readonly)
Lucene 4.0 file format.
Lucene 4.1 file format.
Lucene 4.2 file format.
Lucene 4.5 file format.
Lucene 4.6 file format.
-
Uses of StoredFieldsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return StoredFieldsFormatModifier and TypeMethodDescriptionabstract StoredFieldsFormat
Codec.storedFieldsFormat()
Encodes/decodes stored fieldsFilterCodec.storedFieldsFormat()
-
Uses of StoredFieldsFormat in org.apache.lucene.codecs.compressing
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.compressingModifier and TypeClassDescriptionclass
AStoredFieldsFormat
that is very similar toLucene40StoredFieldsFormat
but compresses documents in chunks in order to improve the compression ratio. -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene3x
Methods in org.apache.lucene.codecs.lucene3x that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene40
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene40Modifier and TypeClassDescriptionclass
Lucene 4.0 Stored Fields Format.Methods in org.apache.lucene.codecs.lucene40 that return StoredFieldsFormatModifier and TypeMethodDescriptionfinal StoredFieldsFormat
Lucene40Codec.storedFieldsFormat()
Deprecated. -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene41
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene41Modifier and TypeClassDescriptionfinal class
Lucene 4.1 stored fields format.Methods in org.apache.lucene.codecs.lucene41 that return StoredFieldsFormat -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 that return StoredFieldsFormatModifier and TypeMethodDescriptionfinal StoredFieldsFormat
Lucene42Codec.storedFieldsFormat()
Deprecated. -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene45
Methods in org.apache.lucene.codecs.lucene45 that return StoredFieldsFormatModifier and TypeMethodDescriptionfinal StoredFieldsFormat
Lucene45Codec.storedFieldsFormat()
Deprecated. -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene46
Methods in org.apache.lucene.codecs.lucene46 that return StoredFieldsFormat