Uses of Class
org.apache.lucene.codecs.DocValuesConsumer
-
Packages that use DocValuesConsumer Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices. -
-
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.lucene70
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.lucene70 Modifier and Type Class Description (package private) classLucene70DocValuesConsumerwriter forLucene70DocValuesFormatMethods in org.apache.lucene.codecs.lucene70 that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerLucene70DocValuesFormat. fieldsConsumer(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene80
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description (package private) classLucene80DocValuesConsumerwriter forLucene80DocValuesFormatMethods in org.apache.lucene.codecs.lucene80 that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerLucene80DocValuesFormat. fieldsConsumer(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.memory
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.memory Modifier and Type Class Description (package private) classDirectDocValuesConsumerWriter forDirectDocValuesFormatMethods in org.apache.lucene.codecs.memory that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerDirectDocValuesFormat. fieldsConsumer(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.perfield
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.perfield Modifier and Type Class Description private classPerFieldDocValuesFormat.FieldsWriterFields in org.apache.lucene.codecs.perfield declared as DocValuesConsumer Modifier and Type Field Description (package private) DocValuesConsumerPerFieldDocValuesFormat.ConsumerAndSuffix. consumerMethods in org.apache.lucene.codecs.perfield that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerPerFieldDocValuesFormat. fieldsConsumer(SegmentWriteState state)private DocValuesConsumerPerFieldDocValuesFormat.FieldsWriter. getInstance(FieldInfo field)private DocValuesConsumerPerFieldDocValuesFormat.FieldsWriter. getInstance(FieldInfo field, boolean ignoreCurrentFormat)DocValuesConsumer for the given field. -
Uses of DocValuesConsumer in org.apache.lucene.codecs.simpletext
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.simpletext Modifier and Type Class Description (package private) classSimpleTextDocValuesWriterMethods in org.apache.lucene.codecs.simpletext that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerSimpleTextDocValuesFormat. fieldsConsumer(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type DocValuesConsumer Modifier and Type Method Description voidBinaryDocValuesWriter. flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer)(package private) abstract voidDocValuesWriter. flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer consumer)voidNumericDocValuesWriter. flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer)voidSortedDocValuesWriter. flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer)voidSortedNumericDocValuesWriter. flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer)voidSortedSetDocValuesWriter. flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer dvConsumer)
-