@Deprecated @PublicEvolving public interface RequestIndexer
RequestIndexer to prepare them
for sending to an Elasticsearch cluster.| Modifier and Type | Method and Description |
|---|---|
default void |
add(org.elasticsearch.action.ActionRequest... actionRequests)
Deprecated.
use the
DeleteRequest, IndexRequest or UpdateRequest |
void |
add(org.elasticsearch.action.delete.DeleteRequest... deleteRequests)
Deprecated.
Add multiple
DeleteRequest to the indexer to prepare for sending requests to
Elasticsearch. |
void |
add(org.elasticsearch.action.index.IndexRequest... indexRequests)
Deprecated.
Add multiple
IndexRequest to the indexer to prepare for sending requests to
Elasticsearch. |
void |
add(org.elasticsearch.action.update.UpdateRequest... updateRequests)
Deprecated.
Add multiple
UpdateRequest to the indexer to prepare for sending requests to
Elasticsearch. |
@Deprecated default void add(org.elasticsearch.action.ActionRequest... actionRequests)
DeleteRequest, IndexRequest or UpdateRequestActionRequest to the indexer to prepare for sending requests to
Elasticsearch.actionRequests - The multiple ActionRequest to add.void add(org.elasticsearch.action.delete.DeleteRequest... deleteRequests)
DeleteRequest to the indexer to prepare for sending requests to
Elasticsearch.deleteRequests - The multiple DeleteRequest to add.void add(org.elasticsearch.action.index.IndexRequest... indexRequests)
IndexRequest to the indexer to prepare for sending requests to
Elasticsearch.indexRequests - The multiple IndexRequest to add.void add(org.elasticsearch.action.update.UpdateRequest... updateRequests)
UpdateRequest to the indexer to prepare for sending requests to
Elasticsearch.updateRequests - The multiple UpdateRequest to add.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.