OpenSearch/modules
Koen De Groote 878ae8eb3c Size lists in advance when known
When constructing an array list, if we know the size of the list in
advance (because we are adding objects to it derived from another list),
we should size the array list to the appropriate capacity in advance (to
avoid resizing allocations). This commit does this in various places.

Relates #24439
2017-05-12 10:36:13 -04:00
..
aggs-matrix-stats Added unit tests for InternalMatrixStats. 2017-05-10 11:06:18 +02:00
analysis-common Make PreConfiguredTokenFilter harder to misuse (#24572) 2017-05-10 22:39:43 -04:00
ingest-common Size lists in advance when known 2017-05-12 10:36:13 -04:00
lang-expression Scripting: Remove "service" from ScriptEngine interface name (#24574) 2017-05-10 00:47:33 -07:00
lang-mustache Removed deprecated template query. 2017-05-11 14:56:45 +02:00
lang-painless Size lists in advance when known 2017-05-12 10:36:13 -04:00
parent-join Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00
percolator Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00
reindex Add parent-join module (#24638) 2017-05-12 15:58:06 +02:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 Notify onConnectionClosed rather than onNodeDisconnect to prune transport handlers (#24639) 2017-05-12 15:40:40 +02:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00