mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
This prevents too-difficult regular expressions from consuming excessive RAM/CPU; the default max_determinized_states is 10,000 (same as Lucene) but query_string and regepx query/filter can override per-request. The also upgrades to a new Lucene 5.0.0 snapshot. Closes #8386 Closes #8357
10 lines
406 B
Plaintext
10 lines
406 B
Plaintext
@defaultMessage Convert to URI
|
|
java.net.URL#getPath()
|
|
java.net.URL#getFile()
|
|
|
|
java.io.File#delete() @ use Files.delete for real exception, IOUtils.deleteFilesIgnoringExceptions if you dont care
|
|
|
|
# temporary situation, until we upgrade with LUCENE-6051 fix
|
|
# (at which point forbidden apis will fail and we remove this section)
|
|
@defaultMessage Use FileSystemUtils methods for now to workaround LUCENE-6051
|