OpenSearch/modules/lang-painless/src/main
Alan Woodward 638f3e4183 Use ByteBuffersDirectory rather than RAMDirectory (#52768)
Lucene's RAMDirectory has been deprecated. This commit replaces all uses of
RAMDirectory in elasticsearch with the newer ByteBuffersDirectory. Most uses
are in tests, but the percolator and painless executor may get some small speedups.
2020-02-25 15:46:35 +00:00
..
antlr [7.x] Improve Painless compilation performance for nested conditionals (#52056) (#52074) 2020-02-07 21:13:25 +01:00
java/org/elasticsearch/painless Use ByteBuffersDirectory rather than RAMDirectory (#52768) 2020-02-25 15:46:35 +00:00
plugin-metadata Painless: Add whitelist extensions (#28161) 2018-01-15 11:28:31 -08:00
resources/org/elasticsearch/painless/spi Scripting: Cache script results if deterministic (#50106) (#50329) 2019-12-18 13:00:42 -07:00