elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.64k stars 24.65k forks source link

Remove usage of deprecated org.apache.lucene.util.automaton.RegExp. DEPRECATED_COMPLEMENT #113465

Open ChrisHegarty opened 2 hours ago

ChrisHegarty commented 2 hours ago

Remove usage of deprecated org.apache.lucene.util.automaton.RegExp.DEPRECATED_COMPLEMENT [1].

History: Lucene 9.x has support for complement. During development of Lucene 10, complement was remove. Before Lucene 10 was shipped we added back complement, but as DEPRECATED_COMPLEMENT. Lucene 11 will completely remove this.

[1]: Add deprecated complement (~) operator to RegExp #13739

elasticsearchmachine commented 2 hours ago

Pinging @elastic/es-search-foundations (Team:Search Foundations)

ChrisHegarty commented 2 hours ago

Blocker for Elasticsearch 10.0 - since Lucene 11 will not have support for complement.