Uses of Class
org.apache.lucene.index.DocumentsWriterPerThreadPool
-
Packages that use DocumentsWriterPerThreadPool Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocumentsWriterPerThreadPool in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriterPerThreadPool Modifier and Type Field Description protected DocumentsWriterPerThreadPool
LiveIndexWriterConfig. indexerThreadPool
DocumentsWriterPerThreadPool
to control how threads are allocated toDocumentsWriterPerThread
.(package private) DocumentsWriterPerThreadPool
DocumentsWriter. perThreadPool
private DocumentsWriterPerThreadPool
DocumentsWriterFlushControl. perThreadPool
Methods in org.apache.lucene.index that return DocumentsWriterPerThreadPool Modifier and Type Method Description (package private) DocumentsWriterPerThreadPool
IndexWriterConfig. getIndexerThreadPool()
(package private) DocumentsWriterPerThreadPool
LiveIndexWriterConfig. getIndexerThreadPool()
Returns the configuredDocumentsWriterPerThreadPool
instance.Methods in org.apache.lucene.index with parameters of type DocumentsWriterPerThreadPool Modifier and Type Method Description (package private) IndexWriterConfig
IndexWriterConfig. setIndexerThreadPool(DocumentsWriterPerThreadPool threadPool)
Expert: Sets theDocumentsWriterPerThreadPool
instance used by the IndexWriter to assign thread-states to incoming indexing threads.
-