Uses of Class
org.apache.lucene.codecs.DocValuesFormat
Packages that use DocValuesFormat
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Lucene 9.1 file format.
Postings format that can delegate to different formats per-field.
-
Uses of DocValuesFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return DocValuesFormatModifier and TypeMethodDescriptionabstract DocValuesFormat
Codec.docValuesFormat()
Encodes/decodes docvaluesFilterCodec.docValuesFormat()
static DocValuesFormat
looks up a format by name -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene90
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene90Modifier and TypeClassDescriptionfinal class
Lucene 9.0 DocValues format. -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene91
Methods in org.apache.lucene.codecs.lucene91 that return DocValuesFormatModifier and TypeMethodDescriptionfinal DocValuesFormat
Lucene91Codec.docValuesFormat()
Lucene91Codec.getDocValuesFormatForField
(String field) Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.codecs.perfield
Subclasses of DocValuesFormat in org.apache.lucene.codecs.perfieldModifier and TypeClassDescriptionclass
Enables per field docvalues support.Methods in org.apache.lucene.codecs.perfield that return DocValuesFormatModifier and TypeMethodDescriptionabstract DocValuesFormat
PerFieldDocValuesFormat.getDocValuesFormatForField
(String field) Returns the doc values format that should be used for writing new segments offield
.