summaryrefslogtreecommitdiff
path: root/rest-api-spec
AgeCommit message (Expand)Author
2017-04-11Remove shadow replicasLee Hinman
2017-04-11[TEST] Enable new REST test for 5.4 and BWC against 5.4.xSimon Willnauer
2017-04-11Add cross-cluster search remote cluster info API (#23969)Simon Willnauer
2017-04-10Fix BWC tests for field_stats now that the deprecation has been back ported t...Jim Ferenczi
2017-04-10Deprecate _field_stats endpoint (#23914)Jim Ferenczi
2017-04-06Test: remove test that will never run on masterjaymode
2017-04-06Preserve response headers when creating an index (#23950)Jay Modi
2017-04-02Adapted search_shards rest test to work with PerlClinton Gormley
2017-04-02To examine an exception in rest tests, the exception should be caught, not ig...Clinton Gormley
2017-04-02Fixed bad YAML in rest testsClinton Gormley
2017-03-31Add FieldCapabilities (_field_caps) API (#23007)Jim Ferenczi
2017-03-28Revert "Skip 5.4 bwc test for new name for now"Nik Everett
2017-03-28Validate top-level keys when parsing mget requestsJason Tedor
2017-03-22Make it possible to validate a query on all shards instead of a single random...Igor Motov
2017-03-22Skip 5.4 bwc test for new name for nowNik Everett
2017-03-22Count through the primary in list of strings testJason Tedor
2017-03-22Skip testing new name if it isn't knownNik Everett
2017-03-22Wait for all shards in list of strings testJason Tedor
2017-03-22Deprecate request_cache for clear-cache (#23638)Stefan Gorgiovski
2017-03-22[API] change wait_for_completion defaults according to docs (#23672)Honza Král
2017-03-20Fix took assertion in response filter testJason Tedor
2017-03-08[TEST] Fixed the "Msearch" typed keys YAML testKarel Minarik
2017-03-02Adds cluster state size to /_cluster/state response (#23440)Ali Beyad
2017-02-27[TEST] move filters aggs wrapper query builder rewriting test to integ testsjavanna
2017-02-27Prevent negative `from` parameter in SearchSourceBuilder (#23358)Christoph Büscher
2017-02-24[TEST] Removes timeout based wait_for_active_shards REST test (#23360)Ali Beyad
2017-02-24[TEST] increase timeout slightly in wait_for_active_shards test to allowAli Beyad
2017-02-24disable BWC tests for the highlighters, need a new 5.x build to make it workJim Ferenczi
2017-02-23Align REST specs for HEAD requestsJason Tedor
2017-02-22Update indices settings api to support CBOR and SMILE format (#23309)Luca Cavanna
2017-02-22Remove BWC layer for number of reduce phases (#23303)Simon Willnauer
2017-02-21Expose `batched_reduce_size` via `_search` (#23288)Simon Willnauer
2017-02-16Fix REST spec for existsJason Tedor
2017-02-15Restore BWC tests for field collapsingJim Ferenczi
2017-02-15Fix tests that check for deprecation messageYannick Welsch
2017-02-14Normalising REST spec query param typesClinton Gormley
2017-02-13[Tests] Fix msearch/typed_keys testTanguy Leroux
2017-02-10Temporary disable bwc tests on field collapsing that fail because snapshot bu...Jim Ferenczi
2017-02-10Use `typed_keys` parameter to prefix suggester names by type in search respon...Tanguy Leroux
2017-02-09Removes ExpandCollapseSearchResponseListener, search response listeners and b...Jim Ferenczi
2017-02-09Add parameter to prefix aggs name with type in search responses (#22965)Tanguy Leroux
2017-02-02[TEST] fix introduced typoAli Beyad
2017-02-02[TEST] upgrade backward compatibility version of rolling upgradeAli Beyad
2017-02-01[TEST] temporarily disable the explain API rest test untilAli Beyad
2017-01-31Change Namespace for Stored Script to Only Use Id (#22206)Jack Conradson
2017-01-31Integrate UnifiedHighlighter (#21621)Jim Ferenczi
2017-01-25Add repository-url module and move URLRepository (#22752)Tim Brooks
2017-01-24Add BWC tests for field collapsingJim Ferenczi
2017-01-23Add field collapsing for search request (#22337)Jim Ferenczi
2017-01-20New AdjacencyMatrix aggregationmarkharwood