Uses of Class
org.apache.lucene.index.DocConsumer
-
Packages that use DocConsumer Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocConsumer in org.apache.lucene.index
Subclasses of DocConsumer in org.apache.lucene.index Modifier and Type Class Description (package private) classDefaultIndexingChainDefault general purpose indexing chain, which handles indexing all types of fields.Fields in org.apache.lucene.index declared as DocConsumer Modifier and Type Field Description private DocConsumerDocumentsWriterPerThread. consumerMethods in org.apache.lucene.index that return DocConsumer Modifier and Type Method Description (package private) abstract DocConsumerDocumentsWriterPerThread.IndexingChain. getChain(int indexCreatedVersionMajor, SegmentInfo segmentInfo, Directory directory, FieldInfos.Builder fieldInfos, LiveIndexWriterConfig indexWriterConfig, java.util.function.Consumer<java.lang.Throwable> abortingExceptionConsumer)
-