Module org.apache.lucene.core
Package org.apache.lucene.index
Class DocValuesWriter<T extends DocIdSetIterator>
java.lang.Object
org.apache.lucene.index.DocValuesWriter<T>
- Direct Known Subclasses:
BinaryDocValuesWriter
,NumericDocValuesWriter
,SortedDocValuesWriter
,SortedNumericDocValuesWriter
,SortedSetDocValuesWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract void
flush
(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer consumer) (package private) abstract T
-
Constructor Details
-
DocValuesWriter
DocValuesWriter()
-
-
Method Details
-
flush
abstract void flush(SegmentWriteState state, Sorter.DocMap sortMap, DocValuesConsumer consumer) throws IOException - Throws:
IOException
-
getDocValues
-