OpenSearch/modules
Simon Willnauer cdd7c1e6c2 Return List instead of an array from settings (#26903)
Today we return a `String[]` that requires copying values for every
access. Yet, we already store the setting as a list so we can also directly
return the unmodifiable list directly. This makes list / array access in settings
a much cheaper operation especially if lists are large.
2017-10-09 09:52:08 +02:00
..
aggs-matrix-stats [TEST] Fix internalMatrixStatsTests failure 2017-08-02 16:36:34 +01:00
analysis-common Return List instead of an array from settings (#26903) 2017-10-09 09:52:08 +02:00
ingest-common Fixing Grok pattern for Apache 2.4 (#26635) 2017-09-25 07:59:37 -07:00
lang-expression Added Bengali Analyzer to Elasticsearch with respect to the lucene update(PR#238) 2017-10-05 13:25:05 +02:00
lang-mustache Fix update_by_query's default size parameter (#26784) 2017-09-25 16:25:27 -04:00
lang-painless Use LF line endings in Painless generated files (#26822) 2017-10-06 16:44:03 -04:00
mapper-extras Reject the `index_options` parameter for numeric fields (#26668) 2017-09-25 23:43:14 +02:00
parent-join upgrade to Lucene 7.1.0 snapshot version 2017-10-05 09:06:56 +02:00
percolator percolator: Also support query extraction for queries wrapped inside a ESToParentBlockJoinQuery 2017-09-28 09:28:50 +02:00
reindex Fix update_by_query's default size parameter (#26784) 2017-09-25 16:25:27 -04:00
repository-url Unify Settings xcontent reading and writing (#26739) 2017-09-25 13:23:01 +02:00
transport-netty4 Use proper logging placeholder for Netty logging 2017-10-06 10:02:51 +02:00
tribe Remove Settings#getAsMap() (#26845) 2017-10-04 01:21:38 -06:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00