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.lucene70 Lucene 7.0 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.lucene70
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene70 Modifier and Type Class Description classLucene70DocValuesFormatLucene 7.0 DocValues format.Methods in org.apache.lucene.codecs.lucene70 that return DocValuesFormat Modifier and Type Method Description DocValuesFormatLucene70Codec. docValuesFormat()DocValuesFormatLucene70Codec. 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.
-