OpenSearch/modules/lang-painless/src
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
..
doc/java/org/elasticsearch/painless Exclude internal SQL methods from Painless API Docs (#43116) 2019-06-11 15:42:54 -07:00
main Use ByteBuffersDirectory rather than RAMDirectory (#52768) 2020-02-25 15:46:35 +00:00
test Use ByteBuffersDirectory rather than RAMDirectory (#52768) 2020-02-25 15:46:35 +00:00