Uses of Class
org.apache.lucene.codecs.DocValuesFormat
-
Packages that use DocValuesFormat Package Description org.apache.lucene.codecs org.apache.lucene.codecs.lucene84 org.apache.lucene.codecs.perfield -
-
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.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.
-