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 class
DocumentBatch.MultiDocumentBatch
private static class
DocumentBatch.SingletonDocumentBatch
Methods in org.apache.lucene.monitor that return DocumentBatch Modifier and Type Method Description static DocumentBatch
DocumentBatch. of(Analyzer analyzer, Document doc)
Create a DocumentBatch containing a single InputDocumentstatic DocumentBatch
DocumentBatch. of(Analyzer analyzer, Document... docs)
Create a DocumentBatch containing a set of InputDocuments
-