public ElasticsearchClient
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.elasticsearch.action.index.IndexResponse |
index(org.elasticsearch.action.index.IndexRequest indexRequest,
org.elasticsearch.client.RequestOptions options) |
org.elasticsearch.action.search.SearchResponse |
search(org.elasticsearch.action.search.SearchRequest searchRequest,
org.elasticsearch.client.RequestOptions options) |
org.elasticsearch.action.search.SearchResponse search(org.elasticsearch.action.search.SearchRequest searchRequest,
org.elasticsearch.client.RequestOptions options)
org.elasticsearch.action.index.IndexResponse index(org.elasticsearch.action.index.IndexRequest indexRequest,
org.elasticsearch.client.RequestOptions options)
void close()