Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support parsing lucene minor version strings #7055

Merged
merged 1 commit into from Jul 28, 2014

Commits on Jul 28, 2014

  1. [CORE] Support parsing lucene minor version strings

    We parse the version that is shipped with the Lucene segments in order
    to find the version of lucene that wrote a particular segment. Yet, some lucene
    version ie:
     * 4.3.1 (Elasticsearch 0.90.2)
     * 4.5.1 (Elasticsearch 0.90.7)
     * 3.6.1 (pre Elasticsearch 0.90.0)
    
    wrote illegal strings containing the minor version which causes IAE exceptions
    being thrown from lucenes parsing method.
    
    Closes elastic#7055
    s1monw committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    d2493ea View commit details
    Browse the repository at this point in the history