Hi there! A quick and simple question related to rolled-over indexes.
Is it a good approach to have a rollover index if, eventually, we want to update items that belong to an already completed index (rolled-over)?
As far as I can see, you can update an item with a given existing ID (within a rolled-over index), but in that case, a new item will be created in the current "writing" index, ending up in having 2 items with the same ID in two different indexes (one rolled-over, one active).
Thanks!