bookmark

ElasticSearch Users - How to wait for a CreateIndexRequest to really finish (using java TransportClient)


Description

// We wait now for the yellow (or green) status node.client().admin().cluster().prepareHealth().setWaitForYellowStatus().execute().actionGet();

Preview

Tags

Users

  • @jil

Comments and Reviews