Package | Description |
---|---|
org.apache.lucene.monitor |
Monitoring framework
|
Modifier and Type | Class and Description |
---|---|
private static class |
DocumentBatch.MultiDocumentBatch |
private static class |
DocumentBatch.SingletonDocumentBatch |
Modifier and Type | Method and Description |
---|---|
static DocumentBatch |
DocumentBatch.of(Analyzer analyzer,
Document... docs)
Create a DocumentBatch containing a set of InputDocuments
|
static DocumentBatch |
DocumentBatch.of(Analyzer analyzer,
Document doc)
Create a DocumentBatch containing a single InputDocument
|