jpountz commented on issue #1440:
URL: https://github.com/apache/lucene-solr/pull/1440#issuecomment-618356399


   > This is trickier for the segment info format because both reading and 
writing are handled by the same class. I think so far we've only done this for 
Postings formats, and not for other parts of the Codec?
   
   We've done it in the past already, see e.g. 
https://github.com/apache/lucene-solr/commit/23b002a0fdf2f6025f1eb026c0afca247fb21ed0.
 LuceneXXSegmentInfoFormat is changed to throw an UOE in the `write` method, 
then a LuceneXXRWSegmentInfoFormat is created that extends 
LuceneXXSegmentInfoFormat and adds back the `write` implementation.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to