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.lucene40 Lucene 4.0 file format.org.apache.lucene.codecs.lucene42 Lucene 4.2 file format.org.apache.lucene.codecs.lucene45 Lucene 4.5 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field. -
-
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.abstract DocValuesConsumerNormsFormat. normsConsumer(SegmentWriteState state)Returns aDocValuesConsumerto write norms to the index. -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerLucene40DocValuesFormat. fieldsConsumer(SegmentWriteState state)Deprecated.DocValuesConsumerLucene40NormsFormat. normsConsumer(SegmentWriteState state)Deprecated. -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerLucene42DocValuesFormat. fieldsConsumer(SegmentWriteState state)Deprecated.DocValuesConsumerLucene42NormsFormat. normsConsumer(SegmentWriteState state) -
Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene45
Subclasses of DocValuesConsumer in org.apache.lucene.codecs.lucene45 Modifier and Type Class Description classLucene45DocValuesConsumerwriter forLucene45DocValuesFormatMethods in org.apache.lucene.codecs.lucene45 that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumerLucene45DocValuesFormat. fieldsConsumer(SegmentWriteState state) -
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)
-