Uses of Class
org.apache.lucene.monitor.DocumentBatch
-
Packages that use DocumentBatch Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of DocumentBatch in org.apache.lucene.monitor
Subclasses of DocumentBatch in org.apache.lucene.monitor Modifier and Type Class Description private static classDocumentBatch.MultiDocumentBatchprivate static classDocumentBatch.SingletonDocumentBatchMethods in org.apache.lucene.monitor that return DocumentBatch Modifier and Type Method Description static DocumentBatchDocumentBatch. of(Analyzer analyzer, Document doc)Create a DocumentBatch containing a single InputDocumentstatic DocumentBatchDocumentBatch. of(Analyzer analyzer, Document... docs)Create a DocumentBatch containing a set of InputDocuments
-