You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/01/19 10:02:11 UTC

[GitHub] [lucene-solr] s1monw opened a new pull request #2221: LUCENE-9669: Restore Lucene70Codec

s1monw opened a new pull request #2221:
URL: https://github.com/apache/lucene-solr/pull/2221


   This change restores the Lucene70Codec for file format compatibility of
   indices that are created within the Lucene 7 major version. These indices
   can be opened via an expert API on DirectoryReader in read-only mode. Changes
   to these indices are prohibited and will be rejected by the IndexWriter.
   In fact, IndexWriter will not open an index that is created with a major version
   less than N-1 to the current major version.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [lucene-solr] s1monw merged pull request #2221: LUCENE-9669: Restore Lucene70Codec

Posted by GitBox <gi...@apache.org>.
s1monw merged pull request #2221:
URL: https://github.com/apache/lucene-solr/pull/2221


   


----------------------------------------------------------------
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:
users@infra.apache.org



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