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 DocumentsWriterDocumentsWriterFlushControl. documentsWriter(package private) DocumentsWriterIndexWriter. docWriterMethods in org.apache.lucene.index that return DocumentsWriter Modifier and Type Method Description (package private) DocumentsWriterIndexWriter. getDocsWriter()Constructors in org.apache.lucene.index with parameters of type DocumentsWriter Constructor Description DocumentsWriterFlushControl(DocumentsWriter documentsWriter, LiveIndexWriterConfig config)
-