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.
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.
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.lucene3x
Methods in org.apache.lucene.codecs.lucene3x that return DocValuesFormat -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene40
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene40Modifier and TypeClassDescriptionclass
Deprecated.Only for reading old 4.0 and 4.1 segmentsMethods in org.apache.lucene.codecs.lucene40 that return DocValuesFormat -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene41
Methods in org.apache.lucene.codecs.lucene41 that return DocValuesFormat -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene42
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene42Modifier and TypeClassDescriptionclass
Deprecated.Only for reading old 4.2 segmentsMethods in org.apache.lucene.codecs.lucene42 that return DocValuesFormatModifier and TypeMethodDescriptionfinal DocValuesFormat
Lucene42Codec.docValuesFormat()
Deprecated.Lucene42Codec.getDocValuesFormatForField
(String field) Deprecated.Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene45
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene45Modifier and TypeClassDescriptionfinal class
Lucene 4.5 DocValues format.Methods in org.apache.lucene.codecs.lucene45 that return DocValuesFormatModifier and TypeMethodDescriptionfinal DocValuesFormat
Lucene45Codec.docValuesFormat()
Deprecated.Lucene45Codec.getDocValuesFormatForField
(String field) Deprecated.Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene46
Methods in org.apache.lucene.codecs.lucene46 that return DocValuesFormatModifier and TypeMethodDescriptionfinal DocValuesFormat
Lucene46Codec.docValuesFormat()
Lucene46Codec.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
.