Uses of Class
org.apache.lucene.codecs.DocValuesConsumer
-
Packages that use DocValuesConsumer Package Description org.apache.lucene.codecs org.apache.lucene.codecs.perfield -
-
Uses of DocValuesConsumer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return DocValuesConsumer Modifier and Type Method Description abstract DocValuesConsumerDocValuesFormat. fieldsConsumer(SegmentWriteState state)Returns aDocValuesConsumerto write docvalues to the index. -
Uses of DocValuesConsumer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerPerFieldDocValuesFormat. fieldsConsumer(SegmentWriteState state)
-