OpenSearch/modules
Tal Levy 2a6e6866bd Fix floating-point error when DateProcessor parses UNIX (#24947)
DateProcessor's DateFormat UNIX format parser resulted in
a floating point rounding error when parsing certain stringed
epoch times. Now Double.parseDouble is used, preserving the
intented input.
2017-05-30 09:42:26 -07:00
..
aggs-matrix-stats Add doc_count to ParsedMatrixStats (#24952) 2017-05-30 10:16:08 +02:00
analysis-common Allow plugins to register pre-configured tokenizers (#24751) 2017-05-19 12:07:04 -04:00
ingest-common Fix floating-point error when DateProcessor parses UNIX (#24947) 2017-05-30 09:42:26 -07:00
lang-expression Scripting: Rename CompiledType to FactoryType in ScriptContext (#24897) 2017-05-26 00:02:54 -07:00
lang-mustache Remove the need for _UNRELEASED suffix in versions (#24798) 2017-05-26 18:36:32 -04:00
lang-painless Make PainlessScript an interface (#24966) 2017-05-30 09:03:46 -07:00
parent-join Remove the need for _UNRELEASED suffix in versions (#24798) 2017-05-26 18:36:32 -04:00
percolator percolator: Use QueryBuilder.rewriteQuery(...) to rewrite query builder instead of QueryBuilder.rewrite(...) 2017-05-22 12:20:26 +02:00
reindex Scripting: Rename CompiledType to FactoryType in ScriptContext (#24897) 2017-05-26 00:02:54 -07:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 Settings: Remove shared setting property (#24728) 2017-05-17 13:14:12 -07:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00