OpenSearch/modules
javanna f2acf466aa Convert script/template objects to json format
Elasticsearch accepts multiple content-type formats, hence scripts can be stored/provided in json, yaml, cbor or smile. Yet the format that should be used internally is json. This is a problem mainly around search templates, as they only support json out of the four content-types, so instead of maintaining the content-type of the request we should rather convert the scripts/templates to json.

 Binary formats were not previously supported. If you stored a template in yaml format, you'd get back an error "No encoder found for MIME type [application/yaml]" when trying to execute it. With this commit the request content-type is independent from the template, which always gets converted to json internally. That is transparent to users and doesn't affect the content type of the response obtained when executing the template.
2017-02-22 16:20:53 +01:00
..
aggs-matrix-stats Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
ingest-common Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
lang-expression Upgrade to lucene-6.5.0-snapshot-f919485. (#23087) 2017-02-10 15:08:47 +01:00
lang-mustache Convert script/template objects to json format 2017-02-22 16:20:53 +01:00
lang-painless Fix Painless's implementation of interfaces returning primitives (#23298) 2017-02-21 17:10:55 -05:00
percolator percolator: add support for term extraction for MultiPhraseQuery 2017-02-21 21:10:55 +01:00
reindex Enforce Content-Type requirement on the rest layer and remove deprecated methods (#23146) 2017-02-17 14:45:41 -05:00
repository-url Fold InternalSearchHits and friends into their interfaces (#23042) 2017-02-08 14:40:08 +01:00
transport-netty4 Set network receive predictor size to 32kb (#23284) 2017-02-21 14:45:33 +01:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00