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

Correct required Apache Lucene bundles version ranges #1435

Merged
merged 1 commit into from
Jun 19, 2024

Commits on Jun 18, 2024

  1. Correct required Apache Lucene bundles version ranges

    Since commit 5f4a41c (<eclipse-platform@5f4a41c>) the class `org.apache.lucene.index.StoredFields` is used which does not exist in Apache Lucene 9.4.2:
    https://lucene.apache.org/core/9_4_2/core/org/apache/lucene/index/package-summary.html
    but only since Apache Lucene 9.5.0:
    https://lucene.apache.org/core/9_5_0/core/org/apache/lucene/index/StoredFields.html#document(int)
    
    So the minimal Apache Lucene version is 9.5.0.
    howlger authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c876d3c View commit details
    Browse the repository at this point in the history