While checking index is exists are not i am getting below error :
ClusterConnectionManager:225 - transport connection to [{lutw}{Bz3WvABkSsuCLyVoF3kDsg}{exNsn6r4TFGF4KrMm4aduw}{192.168.1.84}{192.168.1.84:9300}{cdfhilmrstw}] closed by remote
Exception in thread "main" ActionNotFoundTransportException[No handler for action [indices:admin/exists]]
Below code:
final IndicesExistsResponse ieResponse = client
.admin()
.indices()
.prepareExists( indexName )
.get( TimeValue.timeValueSeconds( 1000000 ) );