Uses of Class
org.apache.lucene.codecs.DocValuesProducer
-
Packages that use DocValuesProducer Package Description org.apache.lucene.codecs org.apache.lucene.codecs.perfield org.apache.lucene.index -
-
Uses of DocValuesProducer in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return DocValuesProducer Modifier and Type Method Description abstract DocValuesProducerDocValuesFormat. fieldsProducer(SegmentReadState state)Returns aDocValuesProducerto read docvalues from the index.DocValuesProducerDocValuesProducer. getMergeInstance()Returns an instance optimized for merging.Methods in org.apache.lucene.codecs with parameters of type DocValuesProducer Modifier and Type Method Description abstract voidDocValuesConsumer. addBinaryField(FieldInfo field, DocValuesProducer valuesProducer)Writes binary docvalues for a field.abstract voidDocValuesConsumer. addNumericField(FieldInfo field, DocValuesProducer valuesProducer)Writes numeric docvalues for a field.abstract voidDocValuesConsumer. addSortedField(FieldInfo field, DocValuesProducer valuesProducer)Writes pre-sorted binary docvalues for a field.abstract voidDocValuesConsumer. addSortedNumericField(FieldInfo field, DocValuesProducer valuesProducer)Writes pre-sorted numeric docvalues for a fieldabstract voidDocValuesConsumer. addSortedSetField(FieldInfo field, DocValuesProducer valuesProducer)Writes pre-sorted set docvalues for a field -
Uses of DocValuesProducer in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return DocValuesProducer Modifier and Type Method Description DocValuesProducerPerFieldDocValuesFormat. fieldsProducer(SegmentReadState state) -
Uses of DocValuesProducer in org.apache.lucene.index
Subclasses of DocValuesProducer in org.apache.lucene.index Modifier and Type Class Description classEmptyDocValuesProducerAbstract base class implementing aDocValuesProducerthat has no doc values.Fields in org.apache.lucene.index declared as DocValuesProducer Modifier and Type Field Description DocValuesProducer[]MergeState. docValuesProducersDocValues producers being mergedMethods in org.apache.lucene.index that return DocValuesProducer Modifier and Type Method Description abstract DocValuesProducerCodecReader. getDocValuesReader()Expert: retrieve underlying DocValuesProducerDocValuesProducerFilterCodecReader. getDocValuesReader()DocValuesProducerSegmentReader. getDocValuesReader()
-