I dont really understand how to get index name from alias name looking only at the api code of new elastic Java API.
I cannot find any document also.
Hope somebody here have tried.
Here`s what I tried so far:
final GetAliasRequest req = new GetAliasRequest.Builder().build(); ----> but I dont know where to specify the alias name
final GetAliaseResponse res = client.indices().getAlias(req) ; ---> not sure also here
-----> dont know what follows
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.