Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
protected DocumentsWriterPerThreadPool |
LiveIndexWriterConfig.indexerThreadPool
DocumentsWriterPerThreadPool to control how
threads are allocated to DocumentsWriterPerThread . |
private DocumentsWriterPerThreadPool |
DocumentsWriterFlushControl.perThreadPool |
(package private) DocumentsWriterPerThreadPool |
DocumentsWriter.perThreadPool |
Modifier and Type | Method and Description |
---|---|
(package private) DocumentsWriterPerThreadPool |
LiveIndexWriterConfig.getIndexerThreadPool()
Returns the configured
DocumentsWriterPerThreadPool instance. |
(package private) DocumentsWriterPerThreadPool |
IndexWriterConfig.getIndexerThreadPool() |
Modifier and Type | Method and Description |
---|---|
(package private) IndexWriterConfig |
IndexWriterConfig.setIndexerThreadPool(DocumentsWriterPerThreadPool threadPool)
Expert: Sets the
DocumentsWriterPerThreadPool instance used by the
IndexWriter to assign thread-states to incoming indexing threads. |