class QuarkusRestHighLevelClient
extends org.elasticsearch.client.RestHighLevelClient
The only (and documented - see javadoc) way to do it is to subclass it and use its protected constructor.
| Modifier | Constructor and Description |
|---|---|
protected |
QuarkusRestHighLevelClient(org.elasticsearch.client.RestClient restClient,
org.elasticsearch.common.CheckedConsumer<org.elasticsearch.client.RestClient,IOException> doClose,
List<org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry> namedXContentEntries) |
asyncSearch, bulk, bulkAsync, ccr, clearScroll, clearScrollAsync, close, cluster, convertExistsResponse, count, countAsync, delete, deleteAsync, deleteByQuery, deleteByQueryAsync, deleteByQueryRethrottle, deleteByQueryRethrottleAsync, deleteScript, deleteScriptAsync, enrich, eql, exists, existsAsync, existsSource, existsSource, existsSourceAsync, existsSourceAsync, explain, explainAsync, fieldCaps, fieldCapsAsync, get, getAsync, getLowLevelClient, getScript, getScriptAsync, getSource, getSourceAsync, graph, index, indexAsync, indexLifecycle, indices, info, ingest, license, machineLearning, mget, mgetAsync, migration, msearch, msearchAsync, msearchTemplate, msearchTemplateAsync, mtermvectors, mtermvectorsAsync, multiGet, multiGetAsync, multiSearch, multiSearchAsync, parseEntity, parseResponseException, performRequest, performRequest, performRequestAndParseEntity, performRequestAndParseEntity, performRequestAndParseOptionalEntity, performRequestAsync, performRequestAsync, performRequestAsyncAndParseEntity, performRequestAsyncAndParseEntity, performRequestAsyncAndParseOptionalEntity, ping, putScript, putScriptAsync, rankEval, rankEvalAsync, reindex, reindexAsync, reindexRethrottle, reindexRethrottleAsync, rollup, scroll, scrollAsync, search, searchAsync, searchScroll, searchScrollAsync, searchTemplate, searchTemplateAsync, security, snapshot, submitDeleteByQueryTask, submitReindexTask, tasks, termvectors, termvectorsAsync, transform, update, updateAsync, updateByQuery, updateByQueryAsync, updateByQueryRethrottle, updateByQueryRethrottleAsync, watcher, xpackprotected QuarkusRestHighLevelClient(org.elasticsearch.client.RestClient restClient,
org.elasticsearch.common.CheckedConsumer<org.elasticsearch.client.RestClient,IOException> doClose,
List<org.elasticsearch.common.xcontent.NamedXContentRegistry.Entry> namedXContentEntries)
Copyright © 2020 JBoss by Red Hat. All rights reserved.