Inverted index version validation
Closed this issue · 0 comments
alldroll commented
From time to time, the structure of inverted index changes. There is no way to tell a client that the index has changed, which could bring frustration and waste of time.
For solving this issue, it is needed to store an index version in index header, and check it on index read. On each index structure change, the index version will be increased.