We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Please add a function to list all indexes on the Elasticsearch host to ReactiveElasticsearchClient.indices().
ReactiveElasticsearchClient.indices()
This should do the same as running GET /_all on the ES host, and return a Flux of index descriptions.
GET /_all