* Applying Apache Lucene fix: https://github.com/apache/lucene/pull/14732

* fixing test

* fixing annot
This commit is contained in:
Benjamin Trent 2025-06-02 09:50:25 -04:00 committed by GitHub
parent adda402a4c
commit 2a44166a2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 787 additions and 35 deletions

View file

@ -477,4 +477,5 @@ module org.elasticsearch.server {
exports org.elasticsearch.plugins.internal.rewriter to org.elasticsearch.inference;
exports org.elasticsearch.lucene.util.automaton;
exports org.elasticsearch.index.codec.perfield;
exports org.elasticsearch.lucene.search;
}