Module org.apache.lucene.monitor
Package org.apache.lucene.monitor
Class DocumentBatch.MultiDocumentBatch
java.lang.Object
org.apache.lucene.monitor.DocumentBatch
org.apache.lucene.monitor.DocumentBatch.MultiDocumentBatch
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Supplier<LeafReader>
- Enclosing class:
- DocumentBatch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate LeafReader
build
(IndexWriter writer, Document... docs) void
close()
get()
Methods inherited from class org.apache.lucene.monitor.DocumentBatch
of, of
-
Field Details
-
directory
-
reader
-
-
Constructor Details
-
MultiDocumentBatch
-
-
Method Details
-
get
-
build
- Throws:
IOException
-
close
- Throws:
IOException
-