Hi all,
I am using Nest for C# and am using their bulk update APIs. Everything works great, but an issue I cannot figure out is the nested lists that I can update occasionally, don't seem to be consistent.
Occasionally I'll remove an item from the list and the bulk update will remove it. Then the next time it doesn't. Then ill remove another from the list, and it will only update with the previous removal.
Is this something related to consistency within the shards?
Thanks for the help!
Matthew