In 3.x branch (starting with 3.4) the IndexFormatTooOldException was 
backported, but the error message was not modified for 3.x
-------------------------------------------------------------------------------------------------------------------------------

                 Key: LUCENE-3540
                 URL: https://issues.apache.org/jira/browse/LUCENE-3540
             Project: Lucene - Java
          Issue Type: Bug
    Affects Versions: 3.4
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
             Fix For: 3.5


In 3.x branch (starting with 3.4) the IndexFormatTooOldException was 
backported, but the error message was not modified for 3.x:

bq. This version of Lucene only supports indexes created with release 3.0 and 
later.

In 3.x it must be:

bq. This version of Lucene only supports indexes created with release 1.9 and 
later.

Indexes before 1.9 will throw this exception on reading SegmentInfos 
(LUCENE-3255).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to