Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
(package private) static DocumentsWriterPerThread.IndexingChain |
DocumentsWriterPerThread.defaultIndexingChain |
protected DocumentsWriterPerThread.IndexingChain |
LiveIndexWriterConfig.indexingChain
DocumentsWriterPerThread.IndexingChain that determines how documents are
indexed. |
Modifier and Type | Method and Description |
---|---|
(package private) DocumentsWriterPerThread.IndexingChain |
LiveIndexWriterConfig.getIndexingChain()
Returns the indexing chain.
|