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
5037dbbfc4
shortened the doc titles
2014-01-16 16:00:23 -07:00
b9e325cdea
added docs related to extending the API, and included the transport page in the index so that it is listed online
2014-01-16 15:53:08 -07:00
eda56aa5d0
temporarily linking to general info for the cat api until aliases specific docs are written
2014-01-16 12:24:08 -07:00
980163dfb2
switched submodule back to elasticsearch/elasticsearch, updated the generator to properly pull updates from the related branch
2014-01-16 11:58:35 -07:00
c945418fec
updated docs to include 0.90 API
2014-01-15 17:37:04 -07:00
668280ee0a
updated docs to include 0.90 API
2014-01-15 17:07:47 -07:00
18e134d0a6
Summary of Changes:
...
- moved es install/start/stop logic into a seperate script
- `grunt test` now runs the integration tests once for each version of ES we support
- grunt can now install and run elasticearch (using grunt-run, pure js solution coming later)
- included seperate es.sh script specifically for starting or stopping elasticsearch
- url aliases, api, yaml_suite/index.js, and yaml_tests.json, are all now duplicated for 0_90 support
- the client now accepts an apiVersion argument (undocumented) which defaults to 'master' but can be '0.90'
- The yaml test runner will now check the name of the ES instance it is connecting to, preventing accidental wiping of ES
2014-01-14 23:10:12 -07:00
6fecb08a40
updated ES reference, pulled in latest API changes, integration test runner now clears the previous tracer log when it is in use.
2014-01-14 16:31:35 -07:00
bbbfcfa33e
Updated ES, brought a few modification to the API along with it. Yaml test suite is now built against a specific version of elasticsearch when you specify the es_branch arg
...
to `grunt test`
2014-01-07 10:00:07 -07:00
71a0b8f58e
updated integration suite to pull rest-api-spec from elasticsearch repo
2014-01-02 11:33:59 -07:00
6c2330fd8a
Added a few examples and a link to the readme, set an ID for the api reference page.
2013-12-28 08:49:50 -07:00
65f9cc7e99
added docs to the repo
2013-12-27 16:41:38 -07:00