| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Field and Description |
|---|---|
private DocumentsWriter |
DocumentsWriterFlushControl.documentsWriter |
private DocumentsWriter |
IndexWriter.docWriter |
| Modifier and Type | Method and Description |
|---|---|
(package private) DocumentsWriter |
IndexWriter.getDocsWriter() |
| Modifier and Type | Method and Description |
|---|---|
(package private) DocumentsWriterPerThreadPool.ThreadState |
DocumentsWriterPerThreadPool.getAndLock(java.lang.Thread requestingThread,
DocumentsWriter documentsWriter)
This method is used by DocumentsWriter/FlushControl to obtain a ThreadState to do an indexing operation (add/updateDocument).
|
| Constructor and Description |
|---|
DocumentsWriterFlushControl(DocumentsWriter documentsWriter,
LiveIndexWriterConfig config,
BufferedUpdatesStream bufferedUpdatesStream) |