Uses of Class
org.apache.lucene.codecs.DocValuesConsumer

Packages that use DocValuesConsumer
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.
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.