OpenSearch/modules
Nik Everett ef83dbfbe6 Reindex: Better error message for pipeline in wrong place (#21985)
`_update_by_query` supports specifying the `pipeline` to process the
documents as a url parameter but `_reindex` doesn't. It doesn't because
everything about the `_reindex` request that has to do with writing
the documents is grouped under the `dest` object in the request body.
This changes the response parameter from
`request [_reindex] contains unrecognized parameter: [pipeline]` to
`_reindex doesn't support [pipeline] as a query parmaeter. Specify it in the [dest] object instead.`
2016-12-06 14:55:46 -05:00
..
aggs-matrix-stats Clean up of Script. 2016-11-10 09:59:13 -08:00
ingest-common Remove 2.x backward compatibility of mappings. (#21670) 2016-11-30 13:34:46 +01:00
lang-expression Remove 2.x backward compatibility of mappings. (#21670) 2016-11-30 13:34:46 +01:00
lang-mustache fix TemplateQueryBuilderTests & Murmur3FieldMapperTests 2016-12-01 14:21:57 +01:00
lang-painless Test fix for def equals test in Painless. (#21945) 2016-12-02 14:41:13 -08:00
percolator Remove subrequests method from CompositeIndicesRequest (#21873) 2016-11-30 15:03:58 +01:00
reindex Reindex: Better error message for pipeline in wrong place (#21985) 2016-12-06 14:55:46 -05:00
transport-netty4 [TEST] Add back skip of external clusters 2016-12-02 11:53:33 +01:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00