I made a mistake when creating an index by doing an update before the last update was finished. The consequence is that I have version conflicts when trying to do updates across the whole index.
How can I reset the document versions and set them all back to version 0?
The only way to do that is delete everything and start again.
But if you have a higher version updating things, doesn't that implicitly invalidate older updates?
I have the exact documents in place that I want. The process I went through was
- add documents
- update location field for the added documents
- add additional documents
- update location field only for the new documents
- try to add a new field for all documents - That's when I get a version conflict error.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.