Uses of Class
org.apache.lucene.index.DocumentsWriterPerThread.IndexingChain
-
Packages that use DocumentsWriterPerThread.IndexingChain Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocumentsWriterPerThread.IndexingChain in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriterPerThread.IndexingChain Modifier and Type Field Description (package private) static DocumentsWriterPerThread.IndexingChainDocumentsWriterPerThread. defaultIndexingChainprotected DocumentsWriterPerThread.IndexingChainLiveIndexWriterConfig. indexingChainDocumentsWriterPerThread.IndexingChainthat determines how documents are indexed.Methods in org.apache.lucene.index that return DocumentsWriterPerThread.IndexingChain Modifier and Type Method Description (package private) DocumentsWriterPerThread.IndexingChainLiveIndexWriterConfig. getIndexingChain()Returns the indexing chain.
-