All ES API calls are by default asynchronous and eventually consistent
(quorum).

For document indexing, you can use the refresh API call to make them
visible for search.

For index creation operation, you can add the parameter "replication=sync"
and "consistency=all" to your API call to ensure that ES will wait for all
replica shards and all nodes to complete successfully before returning.

Jörg

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoEVVBczSkSUewW6%2Bdrov4q8MDvHGuAprmWx1iC8q-Df7A%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to