Uses of Class
org.apache.lucene.index.DocumentsWriter
-
Packages that use DocumentsWriter Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of DocumentsWriter in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocumentsWriter Modifier and Type Field Description private DocumentsWriter
DocumentsWriterFlushControl. documentsWriter
(package private) DocumentsWriter
IndexWriter. docWriter
Methods in org.apache.lucene.index that return DocumentsWriter Modifier and Type Method Description (package private) DocumentsWriter
IndexWriter. getDocsWriter()
Constructors in org.apache.lucene.index with parameters of type DocumentsWriter Constructor Description DocumentsWriterFlushControl(DocumentsWriter documentsWriter, LiveIndexWriterConfig config)
-