OpenSearch/modules
Tal Levy bb37167946 Enables the ability to inject serialized json fields into root of document. (#22179)
The JSON processor has an optional field called "target_field".
If you don't specify target_field then target_field becomes what you specified as "field".
There isn't anyway to add the fields to the root of a document. By
setting `add_to_root`, now serialized fields will be inserted into the
top-level fields of the ingest document.

Closes #21898.
2016-12-16 10:17:27 -08:00
..
aggs-matrix-stats Fix `missing` on aggs on `boolean` fields. (#22135) 2016-12-14 10:03:09 +01:00
ingest-common Enables the ability to inject serialized json fields into root of document. (#22179) 2016-12-16 10:17:27 -08:00
lang-expression Enable strict duplicate checks for JSON content 2016-12-14 09:35:53 +01:00
lang-mustache Consolidate more parser creation into ESTestCase 2016-12-13 20:28:41 -05:00
lang-painless Test fix for def equals test in Painless. (#21945) 2016-12-02 14:41:13 -08:00
percolator Enable strict duplicate checks for JSON content 2016-12-14 09:35:53 +01:00
reindex Consolidate the last easy parser construction (#22095) 2016-12-14 15:41:25 -05:00
transport-netty4 Eagerly initialize Netty 4 2016-12-15 13:24:47 -05:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00