OpenSearch/modules
Christoph Büscher 5183ea3d68
Use OptionalInt instead of Optional<Integer> (#34220)
Optionals containing boxed primitive types are prohibitively costly because they
have two level of boxing. For Optional<Integer> the analogous OptionalInt can be
used to avoid the boxing of the contained int value.
2018-10-02 15:58:07 +02:00
..
aggs-matrix-stats Upgrade to a Lucene 8 snapshot (#33310) 2018-09-06 14:42:06 +02:00
analysis-common [CI] Use a single shard for synonym REST tests, to ensure score ordering 2018-10-01 09:47:22 +01:00
ingest-common Tests: Add support for custom contexts to mock scripts (#34100) 2018-09-27 12:23:59 -07:00
lang-expression Scripting: Remove ExecutableScript (#34154) 2018-09-28 17:13:08 -07:00
lang-mustache Switch remaining LLREST usage to new style Requests (#33171) 2018-08-28 14:20:14 -04:00
lang-painless Scripting: Remove ExecutableScript (#34154) 2018-09-28 17:13:08 -07:00
mapper-extras Simplify the return type of FieldMapper#parse. (#32654) 2018-09-04 01:15:19 +00:00
parent-join Clean up "unused variable" warnings (#31876) 2018-09-26 14:09:32 +02:00
percolator Add OneStatementPerLineCheck to Checkstyle rules (#33682) 2018-09-21 11:52:31 +02:00
rank-eval Use OptionalInt instead of Optional<Integer> (#34220) 2018-10-02 15:58:07 +02:00
reindex Scripting: Remove ExecutableScript (#34154) 2018-09-28 17:13:08 -07:00
repository-url Use generic AcknowledgedResponse instead of extended classes (#32859) 2018-08-15 08:06:14 -06:00
transport-netty4 Bad regex in CORS settings should throw a nicer error (#34035) 2018-09-27 10:02:29 +01:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00