rahulgoswami commented on PR #14607:
URL: https://github.com/apache/lucene/pull/14607#issuecomment-3335605410

   @msokolov  That's absolutely correct. You summarized every bit perfectly. 
Thank you.
   
   So the breakdown of tasks for the complete solution looks like this:
   
   Reindex all older segments with a custom merge policy (to prevent them from 
merging with LATEST version segments) ==> to be done by Solr ==> Results in ALL 
segments being LATEST version
   
   At index read time, perform a check to ensure none of the segments are < 
MIN_SUPPORTED_MAJOR. Don't rely on the immutable metadata 
("indexCreatedVersionMajor") in SegmentInfos ==> to be done by Lucene.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to