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.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Components from the Lucene 8.4 index format.
Lucene 8.6 file format.
Lucene 8.7 file format.
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of DocValuesFormat in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs with type parameters of type DocValuesFormatModifier and TypeFieldDescriptionprivate static final NamedSPILoader<DocValuesFormat> DocValuesFormat.Holder.LOADERMethods in org.apache.lucene.codecs that return DocValuesFormatModifier and TypeMethodDescriptionabstract DocValuesFormatCodec.docValuesFormat()Encodes/decodes docvaluesFilterCodec.docValuesFormat()static DocValuesFormatlooks up a format by nameMethods in org.apache.lucene.codecs that return types with arguments of type DocValuesFormatModifier and TypeMethodDescription(package private) static NamedSPILoader<DocValuesFormat> DocValuesFormat.Holder.getLoader() -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene70
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene70Modifier and TypeClassDescriptionfinal classLucene 7.0 DocValues format.Fields in org.apache.lucene.codecs.lucene70 declared as DocValuesFormatModifier and TypeFieldDescriptionprivate final DocValuesFormatLucene70Codec.defaultDVFormatprivate final DocValuesFormatLucene70Codec.docValuesFormatMethods in org.apache.lucene.codecs.lucene70 that return DocValuesFormat -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene80
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene80Modifier and TypeClassDescriptionfinal classLucene 8.0 DocValues format.Fields in org.apache.lucene.codecs.lucene80 declared as DocValuesFormatModifier and TypeFieldDescriptionprivate final DocValuesFormatLucene80Codec.defaultDVFormatprivate final DocValuesFormatLucene80Codec.docValuesFormatMethods in org.apache.lucene.codecs.lucene80 that return DocValuesFormat -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as DocValuesFormatModifier and TypeFieldDescriptionprivate final DocValuesFormatLucene84Codec.defaultDVFormatprivate final DocValuesFormatLucene84Codec.docValuesFormatMethods in org.apache.lucene.codecs.lucene84 that return DocValuesFormatModifier and TypeMethodDescriptionfinal DocValuesFormatLucene84Codec.docValuesFormat()Lucene84Codec.getDocValuesFormatForField(String field) Returns the docvalues format that should be used for writing new segments offield. -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 declared as DocValuesFormatModifier and TypeFieldDescriptionprivate final DocValuesFormatLucene86Codec.defaultDVFormatprivate final DocValuesFormatLucene86Codec.docValuesFormatMethods in org.apache.lucene.codecs.lucene86 that return DocValuesFormatModifier and TypeMethodDescriptionfinal DocValuesFormatLucene86Codec.docValuesFormat()Lucene86Codec.getDocValuesFormatForField(String field) Returns the docvalues format that should be used for writing new segments offield. -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene87
Fields in org.apache.lucene.codecs.lucene87 declared as DocValuesFormatModifier and TypeFieldDescriptionprivate final DocValuesFormatLucene87Codec.defaultDVFormatprivate final DocValuesFormatLucene87Codec.docValuesFormatMethods in org.apache.lucene.codecs.lucene87 that return DocValuesFormatModifier and TypeMethodDescriptionfinal DocValuesFormatLucene87Codec.docValuesFormat()Lucene87Codec.getDocValuesFormatForField(String field) Returns the docvalues format that should be used for writing new segments offield. -
Uses of DocValuesFormat in org.apache.lucene.codecs.memory
Subclasses of DocValuesFormat in org.apache.lucene.codecs.memoryModifier and TypeClassDescriptionclassIn-memory docvalues format that does no (or very little) compression. -
Uses of DocValuesFormat in org.apache.lucene.codecs.perfield
Subclasses of DocValuesFormat in org.apache.lucene.codecs.perfieldModifier and TypeClassDescriptionclassEnables per field docvalues support.Fields in org.apache.lucene.codecs.perfield with type parameters of type DocValuesFormatModifier and TypeFieldDescriptionprivate final Map<DocValuesFormat, PerFieldDocValuesFormat.ConsumerAndSuffix> PerFieldDocValuesFormat.FieldsWriter.formatsMethods in org.apache.lucene.codecs.perfield that return DocValuesFormatModifier and TypeMethodDescriptionabstract DocValuesFormatPerFieldDocValuesFormat.getDocValuesFormatForField(String field) Returns the doc values format that should be used for writing new segments offield. -
Uses of DocValuesFormat in org.apache.lucene.codecs.simpletext
Subclasses of DocValuesFormat in org.apache.lucene.codecs.simpletextModifier and TypeClassDescription(package private) classplain text doc values format.Fields in org.apache.lucene.codecs.simpletext declared as DocValuesFormatMethods in org.apache.lucene.codecs.simpletext that return DocValuesFormat -
Uses of DocValuesFormat in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type DocValuesFormatModifier and TypeMethodDescriptionprivate voidReadersAndUpdates.handleDVUpdates(FieldInfos infos, Directory dir, DocValuesFormat dvFormat, SegmentReader reader, Map<Integer, Set<String>> fieldFiles, long maxDelGen, InfoStream infoStream)