I agree wholly that this is a pretty normal use case to want to be able to bulk index now and again while maintaining an index with updates in (near)realtime. I question your proposed solutione. If the "live updating job" does not feed you whole complete documents from the system or truth (db right?) then you aren't going to be able to use versioned documents. Versioned docs is how you solve this type of situation in Elasticsearch. You would do better to alter your "live updates" to collect all the doc from db (it has to be updated there anyhow right?) for live update index ops and index while using versions to solve the race condition with the bulk job.
-- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAB-KG0uteQhcBYpL7H-yb2W-oxfDBFEEjqs-%3DbDgvsHfMgs5JQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
