How to have Elasticsearch search (API) deal with a time for which it would be consistent with ?
Elastic search API is eventually consistent, in favour of query response times.
Eventual consistency is not an issue as long as one can be sure of the date it is consistent with.
Can any elasticsearch search (API) result return the time for which it is consistant with ?
or
Is there any way to have elasticsearch search (API) results include the time for which it is consistent with ?
or
Would it be possible to provide a date at search query time against witch the API could either respond «unconsistent against provided date» or the result consistent with that date ?
The ultimate desired function is to be able to provide a (possibly functional) date for each bulk update/indexing step and have the search query deal with it. If not possible, the real technical update/indexing date could be enough.
This question went to me in the process of evaluating elasticsearch against an industrial project, after reading [this][1]
I could read the following topic: consistency-of-search