Commit Graph

112 Commits

Author SHA1 Message Date
4fa70fe645 added 2.0 as bonefide apiVersion 2015-08-19 10:28:19 -07:00
142ec6f7b0 correct typo 2015-08-06 16:53:42 -07:00
3403fb69b5 Update elasticsearch-js msearch body format
Although _msearch using the web API will allow the body to not have leading underscores before the keys "index" and "type" (e.g. `{"index": "my-index", "type": "my-type"}
{"query": ... }`), the Javascript Elasticsearch client.msearch will give the error "SearchPhaseExecutionException[Failed to execute phase [query], all shards failed]" if the body follows the same format. Adding the leading underscores fixes this issue.
2015-07-14 12:34:38 -07:00
f407987160 update apis and add 1.7 2015-07-09 13:40:31 -07:00
fc23deaf95 Only committing relevant generated artifacts 2015-07-01 17:11:36 -07:00
822ddd18cf Revert "Committing generated artifacts"
This reverts commit 0a7a45d86a.
2015-07-01 13:50:10 -07:00
0a7a45d86a Committing generated artifacts 2015-07-01 13:18:48 -07:00
1538bca051 Fixing typo in the correct place 2015-07-01 13:17:07 -07:00
ff3ba8793c Adding missing comma 2015-07-01 11:57:54 -07:00
64fe534cf1 update apis 2015-06-17 11:19:55 -07:00
eebd7d117b regenerate api docs 2015-06-05 13:56:12 -07:00
4c05849a48 added 1.6 apis 2015-06-03 16:49:38 -07:00
7d14e7d24e remove api method index 2015-05-26 08:41:24 -07:00
91f7b91d7e remove params heading, use bold type instead 2015-05-26 07:16:12 -07:00
be5df192ad include api's for upcoming es 1.5 2015-03-17 10:15:39 -07:00
8219d325b8 update apis 2015-02-13 17:24:37 -07:00
2dc4ae824a updated apis 2015-01-29 09:06:16 -07:00
bd60381772 Result of npm run generate. 2014-12-31 13:52:27 +00:00
0d2c36c8f8 Typo fixes, mainly misuse of [it’s][oatmeal-1]/[its][oatmeal-2].
[oatmeal-1]: http://s3.amazonaws.com/theoatmeal-img/comics/apostrophe/4.png
[oatmeal-2]: http://s3.amazonaws.com/theoatmeal-img/comics/apostrophe/5.png
2014-12-30 12:09:14 +00:00
c3f044042d updated docs, fixed #170 2014-12-12 16:44:40 -07:00
6c6d8ad57f [docs] [api] updated to match spec 2014-12-02 17:52:26 -07:00
12dec0849d updated to lastest version of 1.4 and master apis 2014-11-07 17:54:17 -07:00
625caccd8d API update 2014-10-27 15:27:41 -07:00
923a36e29d updated APIs 2014-10-07 08:47:14 -07:00
db1e6cb052 updated API's and fixed the download location for master builds 2014-09-26 13:06:46 -07:00
0d43632839 removed benchmark apis 2014-09-17 11:53:43 -07:00
56d04a4185 additional changes required for 1.4 2014-09-12 16:34:09 -07:00
151124f922 updated api's to latest 2014-08-13 10:11:25 -07:00
075c1b7fc2 added 1.3 API and set that as the default apiVersion 2014-07-16 08:10:54 -07:00
92163835a0 missing comma 2014-07-08 18:36:54 -07:00
427031d60f api updated 2014-07-08 11:38:32 -07:00
531ceb00d2 version 1.2 is now the default API, and is available in the client 2014-05-21 12:31:54 -07:00
1e8805ada3 removed 'unstable' api docs 2014-05-05 10:23:47 -07:00
cfd29b6111 added searchShards method to the API 2014-04-23 19:07:53 -07:00
93648ce8c1 updated to the latest API, which moves the experimental benchmark API (in the unreleased API versions master and 1.x) and includes a new indices.updateAliases example. Closes #83 2014-04-22 11:10:59 -07:00
e3f869336d merge lastest changes 2014-03-27 13:40:01 -07:00
21ee18e03c Fixed bad links to deprecated gateway snapshot docs 2014-03-27 01:10:21 +01:00
06648a84b4 Default API version is now 1.0 2014-03-19 12:30:55 -07:00
29a0a0329e fixed deleteByQuery example, regenerated api, closes #58 2014-03-03 08:05:15 -07:00
5a2c898c89 Adds the cluster.pendingTasks method to the 0.90 API. 2014-02-13 19:56:11 -07:00
6c5838fbfa Added API generation and Yaml testing for 1.x and 1.0 branches of elasticsearch. 2014-02-05 08:18:19 -07:00
811ac2f04f updated the API to include the indexTemplates param for cluster.reroute 2014-01-27 09:28:08 -07:00
32d4ef3ffd updated api to latest version 2014-01-22 12:09:05 -07:00
94190896b4 Termvectors docs have moved. Temporary fix until API regenerated 2014-01-22 14:32:34 +01:00
68c9a7889e updated the API generator to repect the new body.encoding spec field, fixed the check for required body, and added new API methods termventor and mtermvectors 2014-01-21 09:53:10 -07:00
cef934b265 updated the API, which includes countPercolate and mpercolate methods. 2014-01-20 15:44:16 -07:00
d30cea1db0 Updated the api to include the latest changes, fixed the id of the api-method-index, moved the index out of the
existing menu as to prevent the other options in the menu from being hidden. Added the options of an enum param
to the docs.
2014-01-20 09:25:29 -07:00
149b099fb5 updated the API, fixed the config docs, added a method list to the API pages 2014-01-19 15:44:22 -07:00
90aa185711 added notes to the API docs regarding the two API versions, and a warning to the config docs. Also updated the client tests to work with the new default 2014-01-17 15:50:06 -07:00
e4c6aab4ef updated the API 2014-01-17 09:02:00 -07:00