Seth Michael Larson and Seth Michael Larson
35f263c950
Standardize docs spacing for 'Valid values' and 'Default'
2020-02-21 16:49:15 -06:00
Honza Král
869c35f551
Fixed generator, passing tests
2019-12-22 16:32:49 +01:00
Honza Král
ffe00d0c38
Generated API
2019-12-22 16:32:49 +01:00
Honza Král
d8d1b4b0fa
Flatten namespaces, keep xpack access as failover
2019-12-22 16:32:49 +01:00
Ian Danforth and Honza Král
1bb8f50f58
Align order of arguments to put_mapping() in docs with code
2019-11-08 17:42:29 -05:00
Alex Kahan and Honza Král
1438d66045
Removing request_timeout from function doc strings
2019-11-05 22:19:17 +01:00
Alex Kahan and Honza Král
07314a1cc7
Removes request_timeout params from indices handler
2019-11-05 22:19:17 +01:00
Honza Král
8542410c3c
merge indices and xpack.indices
2019-10-30 19:06:39 +01:00
Honza Král
7785dd150d
Adding indices.clone
2019-10-30 18:08:31 +01:00
Bichitra
66428e5a1d
moved request_timeout to a new line
2019-09-17 13:08:17 +05:30
Bichitra
d3ffb321a6
fix error due to missing comma in between timeout and request_timeout in create method of client indices.
2019-09-07 23:05:00 +05:30
Nick Lang and GitHub
8e92b857bc
Update ES client API's for some missing 7 features ( #949 )
...
* Update cat.py to have correct query params
* Add missing api remote_info and missing params
* a couple apis have had added query params
* Add Split api and add missing query params
* Adding processor_grok api
* Adding missing apis:
* update by query rethrottle
* scripts painless execute
* scripts painless context
* rank eval
* delete by query rethrottle
* add missing query params
* Add missing xpack apis
* Update helpers to account for 7.x scroll api
2019-05-10 16:41:50 -06:00
Nick Lang and GitHub
206f5e2754
Black ( #948 )
2019-05-10 09:16:33 -06:00
Jubin Soni and Nick Lang
2aab285c8f
Fixed illegal argument exception in indices.py as request_timeout is expected instead of timeout. ( #937 )
...
The `timeout` parameter in docstring is misleading for following methods in elasticsearch.client.indices.py, renamed this param in query_params decorator and docstring to `request_timeout`:
1. create
2. open
3. close
4. delete
5. put_mapping
6. put_alias
7. update_aliases
8. delete_alias
9. put_template
10. delete_template
11. shrink
12. rollover
2019-04-29 14:45:59 -06:00
Nick Lang and GitHub
1afceba69b
update to ES 7 ( #911 )
...
* update to ES 7
* more updates to make tests run
* update the test matrix
* remove python 3.3
* update xpack apis
* relative imports
2019-03-29 09:25:23 -06:00
Dimitrios Liappis and Nick Lang
23c0e32777
Add include_type_name in pertinent indices operations ( #902 )
...
Closes #901
2019-02-07 06:46:00 -07:00
Dmitri Vasilishin and Nick Lang
dfd9e8d372
Deprecate the update_all_types option ( #819 )
...
This option makes no sense on indices that have only one type, which is enforced since 6.0.
2018-07-16 11:30:22 -06:00
Patryk Krawaczyński and GitHub
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 Wood and Honza 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äck and Honza 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