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 DocValuesConsumer
DocValuesFormat. fieldsConsumer(SegmentWriteState state)
Returns aDocValuesConsumer
to write docvalues to the index.abstract DocValuesConsumer
NormsFormat. normsConsumer(SegmentWriteState state)
Returns aDocValuesConsumer
to 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 DocValuesConsumer
Lucene40DocValuesFormat. fieldsConsumer(SegmentWriteState state)
Deprecated.DocValuesConsumer
Lucene40NormsFormat. 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 DocValuesConsumer
Lucene42DocValuesFormat. fieldsConsumer(SegmentWriteState state)
Deprecated.DocValuesConsumer
Lucene42NormsFormat. 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 class
Lucene45DocValuesConsumer
writer forLucene45DocValuesFormat
Methods in org.apache.lucene.codecs.lucene45 that return DocValuesConsumer Modifier and Type Method Description DocValuesConsumer
Lucene45DocValuesFormat. 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 DocValuesConsumer
PerFieldDocValuesFormat. fieldsConsumer(SegmentWriteState state)
-