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.IndexingChain
DocumentsWriterPerThread. defaultIndexingChain
protected DocumentsWriterPerThread.IndexingChain
LiveIndexWriterConfig. indexingChain
DocumentsWriterPerThread.IndexingChain
that determines how documents are indexed.Methods in org.apache.lucene.index that return DocumentsWriterPerThread.IndexingChain Modifier and Type Method Description (package private) DocumentsWriterPerThread.IndexingChain
LiveIndexWriterConfig. getIndexingChain()
Returns the indexing chain.
-