 Patryk KrawaczyńskiandGitHub
|
b79364f0b8
|
Unrecognized parameter: wait_for_merge
```
curl -XPOST 'http://es:9200/index/_forcemerge?flush=true&wait_for_merge=true&ignore_unavailable=true&max_num_segments=1'
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/lindex/_forcemerge] contains unrecognized parameter: [wait_for_merge]"}],"type":"illegal_argument_exception","reason":"request [/index/_forcemerge] contains unrecognized parameter: [wait_for_merge]"},"status":400}
```
|
2017-11-03 14:57:56 +01:00 |
|
Honza Král
|
3be98b0a09
|
first pass for 6.0 compatibility
|
2017-07-31 19:17:52 -04:00 |
|
Honza Král
|
a180459d69
|
Update API parameters to 5.x
|
2017-02-08 21:07:29 +01:00 |
|
Honza Král
|
0bf58d7717
|
Updated API
|
2017-01-11 15:42:33 +01:00 |
|
 Noah WoodandHonza Král
|
2bc407e633
|
add '_mapping' to exists_type path (#473)
This adds ‘_mapping’ to the path for exists_type to avoid the
deprecation warning consistent with:
https://github.com/elastic/elasticsearch/commit/a4ea7e72234b480f89e8c59b
b12061be11172db1
|
2016-11-30 12:53:56 +01:00 |
|
Honza Král
|
cd8aaf2c5e
|
5.0 compatibility
|
2016-10-17 13:57:10 +02:00 |
|
Honza Král
|
87bf9866a4
|
Catch up to elasticsearch master
|
2016-08-16 21:23:14 +02:00 |
|
Honza Král
|
a359c5fba2
|
Elasticsearch 5.0 APIs
|
2016-06-28 16:38:32 +02:00 |
|
Honza Král
|
a64fa04562
|
Adding the indices.shrink API
|
2016-06-10 14:55:40 +02:00 |
|
Honza Král
|
7c305f1bc3
|
Fixes for Elasticsearch 5.0
|
2016-05-17 14:12:39 +02:00 |
|
Honza Král
|
6e94bf76ad
|
5.0 compatibility
|
2016-03-22 21:04:07 +01:00 |
|
Honza Král
|
64ff08b2ae
|
Move HEAD handling to Transport
|
2016-03-10 19:06:20 +01:00 |
|
Honza Král
|
38bb0aafbd
|
Have transport.perform_request only return data
|
2016-03-10 18:59:31 +01:00 |
|
Honza Král
|
74cb686538
|
Adding missing APIs
|
2015-12-27 21:10:51 +01:00 |
|
David Thornton
|
85928a5f3f
|
fixed slight typo in decription of timeout in put_alias and delete_alias
|
2015-10-21 11:31:29 -04:00 |
|
Honza Král
|
fa62ae71bf
|
Updated to latest 2.x compatibility
|
2015-10-14 00:06:27 +02:00 |
|
Honza Král
|
4f7b09df5b
|
Purge duplicities in args
|
2015-08-28 17:41:04 +02:00 |
|
Honza Král
|
36d8d4b545
|
2.0 compatibility
|
2015-08-25 01:21:45 +02:00 |
|
Honza Král
|
586704000e
|
Add human arg to indices.create and get_settings
|
2015-06-19 14:13:00 +02:00 |
|
Honza Král
|
26ab39f313
|
correct link and simple description of flush_synced
|
2015-06-09 21:32:19 +02:00 |
|
Honza Král
|
aed7ec0d03
|
Added flush_synced API
|
2015-06-09 19:21:23 +02:00 |
|
Honza Král
|
481dc907ad
|
Add query_string parameters to count, search_exists and validate_query
|
2015-05-11 15:01:09 +02:00 |
|
Honza Král
|
01ff9da23d
|
Updated to new version of elasticsearch spec
|
2015-04-20 20:14:12 +02:00 |
|
Russell Savage
|
4c24468168
|
updating doc links to elastic.co
reverting bucket link to elasticsearch.org
updating test cases to use elastic.co
updating pylibmc version
|
2015-03-23 15:56:32 -07:00 |
|
Honza Král
|
8c1a25e942
|
Add master_timeout to (get/exists)_template APIs
|
2015-02-16 16:16:16 +01:00 |
|
Honza Král
|
02117ad29e
|
Remove duplicate param definitions and docs.
Fixes #191 Thanks jfunez!
|
2015-01-27 16:18:50 +01:00 |
|
 Magnus BäckandHonza Král
|
919b8f5ce3
|
Fix typos in docstring links to Elasticsearch documentation.
|
2015-01-19 19:37:41 +01:00 |
|
Honza Král
|
a23772ba27
|
Updated to new ES api version
|
2014-12-15 14:59:04 +01:00 |
|
Honza Král
|
f47bb52de1
|
Adding the upgrade APIs
Thanks to @ashangit for the PR on which this is based.
|
2014-12-11 18:27:12 +01:00 |
|
Honza Král
|
5173d5b741
|
Check required parameters for empty values.
Fixes #138, thanks robhudson!
|
2014-12-02 00:13:01 +01:00 |
|
Honza Král
|
8ebbf3375f
|
Clearer description of the index param for put_mapping
ref #152
|
2014-11-24 17:36:27 +01:00 |
|
Honza Král
|
2b107ece5c
|
indices.put_alias requires index parameter
|
2014-11-10 23:42:46 +01:00 |
|
Honza Král
|
4c649682c7
|
Add indices.get API
|
2014-09-11 13:02:48 +02:00 |
|
Honza Král
|
daa4885836
|
Adding back snapshot_index removed in ef30042 for backwards compatibility
|
2014-07-02 17:10:49 +02:00 |
|
Honza Král
|
ef3004277b
|
Updated the API interface to latest API specs
|
2014-07-02 16:48:25 +02:00 |
|
Honza Král
|
e9bc9007ce
|
Adding a missing 'create' param for put_template
|
2014-06-06 17:36:00 +02:00 |
|
Honza Král
|
a8b24debb8
|
Added indices.recovery api
|
2014-03-28 17:42:42 +01:00 |
|
Honza Král
|
3acb2fb48f
|
Support expand_wildcards for indices.get_settings
|
2014-02-23 15:01:01 +01:00 |
|
Honza Král
|
0abdded7f1
|
Documentation fixes
|
2014-01-27 16:10:35 +01:00 |
|
Honza Král
|
8a18ef67f5
|
Add local params and other minor api fixes
|
2014-01-20 18:51:19 +01:00 |
|
Honza Král
|
5aecde0586
|
Minor fixes to the API
|
2014-01-18 01:54:39 +01:00 |
|
Honza Král
|
482fac1025
|
human param for status api
|
2014-01-17 23:47:50 +01:00 |
|
Honza Král
|
fbb4064a57
|
indices.stats api
|
2014-01-17 23:47:13 +01:00 |
|
Honza Král
|
6faec3d0a3
|
human param for segments api
|
2014-01-17 23:40:50 +01:00 |
|
Honza Král
|
0927c2e949
|
Add force param to refresh
|
2014-01-17 23:29:29 +01:00 |
|
Honza Král
|
ce74828516
|
Index isn't required for put_warmer any more
|
2014-01-17 23:28:18 +01:00 |
|
Honza Král
|
6c29fca1c8
|
index is not required for put_mapping any more
|
2014-01-17 23:26:28 +01:00 |
|
Honza Král
|
f1e5cb076c
|
put_alias doesn't require index any more
|
2014-01-17 22:58:49 +01:00 |
|
Honza Král
|
bfcd2955e9
|
Optimize no longer accepts refresh parameter
|
2014-01-17 22:57:07 +01:00 |
|
Honza Král
|
17be37a886
|
New options for indices.open
|
2014-01-17 22:56:29 +01:00 |
|