@PublicEvolving
public interface RequestIndexer
RequestIndexer to prepare them
for sending to an Elasticsearch cluster.| Modifier and Type | Method and Description |
|---|---|
void |
add(org.elasticsearch.action.delete.DeleteRequest... deleteRequests)
Add multiple
DeleteRequest to the indexer to prepare for sending requests to
Elasticsearch. |
void |
add(org.elasticsearch.action.index.IndexRequest... indexRequests)
Add multiple
IndexRequest to the indexer to prepare for sending requests to
Elasticsearch. |
void |
add(org.elasticsearch.action.update.UpdateRequest... updateRequests)
Add multiple
UpdateRequest to the indexer to prepare for sending requests to
Elasticsearch. |
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.