Uses of Class
org.apache.lucene.codecs.DocValuesFormat
-
Packages that use DocValuesFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.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 Lucene 8.4 file format.org.apache.lucene.codecs.perfield 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 DocValuesFormat Modifier and Type Method Description abstract DocValuesFormatCodec. docValuesFormat()Encodes/decodes docvaluesDocValuesFormatFilterCodec. docValuesFormat()static DocValuesFormatDocValuesFormat. forName(String name)looks up a format by name -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene80
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description classLucene80DocValuesFormatLucene 8.0 DocValues format. -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene84
Methods in org.apache.lucene.codecs.lucene84 that return DocValuesFormat Modifier and Type Method Description DocValuesFormatLucene84Codec. docValuesFormat()DocValuesFormatLucene84Codec. 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.perfield Modifier and Type Class Description classPerFieldDocValuesFormatEnables per field docvalues support.Methods in org.apache.lucene.codecs.perfield that return DocValuesFormat Modifier and Type Method Description abstract DocValuesFormatPerFieldDocValuesFormat. getDocValuesFormatForField(String field)Returns the doc values format that should be used for writing new segments offield.
-