I am having have some Elasticsearch documents indexed and I am updating one of them (a minor change, such as updating the field title
of the latter).
The issue is that as soon as I do this then I fetch all the documents - however, the document does not seem to have been updated yet. Instead, if I resend the fetch request then I receive the updated data.
What could be the issue here?