Uses of Class
org.apache.lucene.codecs.StoredFieldsFormat
-
Packages that use StoredFieldsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80for 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.lucene84for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices. -
-
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.compressing
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.compressing Modifier and Type Class Description classCompressingStoredFieldsFormatAStoredFieldsFormatthat compresses documents in chunks in order to improve the compression ratio. -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene50
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description classLucene50StoredFieldsFormatLucene 5.0 stored fields format.Methods in org.apache.lucene.codecs.lucene50 that return StoredFieldsFormat Modifier and Type Method Description (package private) StoredFieldsFormatLucene50StoredFieldsFormat. impl(Lucene50StoredFieldsFormat.Mode mode) -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene70Codec. storedFieldsFormatMethods in org.apache.lucene.codecs.lucene70 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene70Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene80Codec. storedFieldsFormatMethods in org.apache.lucene.codecs.lucene80 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene80Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene84Codec. storedFieldsFormatMethods in org.apache.lucene.codecs.lucene84 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene84Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene86Codec. storedFieldsFormatMethods in org.apache.lucene.codecs.lucene86 that return StoredFieldsFormat Modifier and Type Method Description StoredFieldsFormatLucene86Codec. storedFieldsFormat() -
Uses of StoredFieldsFormat in org.apache.lucene.codecs.lucene87
Subclasses of StoredFieldsFormat in org.apache.lucene.codecs.lucene87 Modifier and Type Class Description classLucene87StoredFieldsFormatLucene 8.7 stored fields format.Fields in org.apache.lucene.codecs.lucene87 declared as StoredFieldsFormat Modifier and Type Field Description private StoredFieldsFormatLucene87Codec. storedFieldsFormatMethods in org.apache.lucene.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.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
-