Package | Description |
---|---|
lumis.portal.bigdata.elasticsearch |
lumis.portal.bigdata implementation for using Elasticsearch. |
Modifier and Type | Field and Description |
---|---|
protected BulkProcessor |
ElasticsearchRepository.bulkProcessor
The
BulkProcessor instance shared with IBatchIndexer generated by this repository. |
Modifier and Type | Method and Description |
---|---|
BulkProcessor |
BulkProcessor.add(org.elasticsearch.common.bytes.BytesReference data,
String defaultIndex,
String defaultType,
String defaultPipeline,
org.elasticsearch.common.xcontent.XContentType xContentType)
Adds the data from the bytes to be processed by the bulk processor
|
BulkProcessor |
BulkProcessor.add(org.elasticsearch.common.bytes.BytesReference data,
String defaultIndex,
String defaultType,
org.elasticsearch.common.xcontent.XContentType xContentType)
Adds the data from the bytes to be processed by the bulk processor
|
BulkProcessor |
BulkProcessor.add(org.elasticsearch.action.delete.DeleteRequest request)
Adds an
DeleteRequest to the list of actions to execute. |
BulkProcessor |
BulkProcessor.add(org.elasticsearch.action.DocWriteRequest<?> request)
Adds either a delete or an index request.
|
BulkProcessor |
BulkProcessor.add(org.elasticsearch.action.index.IndexRequest request)
Adds an
IndexRequest to the list of actions to execute. |
BulkProcessor |
ElasticsearchRepository.getBulkProcessor()
Returns an internal bulk processor used by this repository.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.