abstract class DocConsumer
extends java.lang.Object
Constructor and Description |
---|
DocConsumer() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
abort() |
(package private) abstract Sorter.DocMap |
flush(SegmentWriteState state) |
(package private) abstract DocIdSetIterator |
getHasDocValues(java.lang.String field)
Returns a
DocIdSetIterator for the given field or null if the field doesn't have
doc values. |
(package private) abstract void |
processDocument() |
abstract void processDocument() throws java.io.IOException
java.io.IOException
abstract Sorter.DocMap flush(SegmentWriteState state) throws java.io.IOException
java.io.IOException
abstract void abort() throws java.io.IOException
java.io.IOException
abstract DocIdSetIterator getHasDocValues(java.lang.String field)
DocIdSetIterator
for the given field or null if the field doesn't have
doc values.