Skip to content

Commit ac60bfa

Browse files
author
Spencer Alger
committed
Merge remote-tracking branch 'upstream/master' into 2.1
Conflicts: docs/api_methods_1_x.asciidoc docs/browser_builds.asciidoc
2 parents 0bdb424 + 512516c commit ac60bfa

29 files changed

+3668
-31084
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test/integration/yaml_suite/log
99
## generated files
1010
test/integration/yaml_suite/yaml_tests*.json
1111
test/integration/yaml_suite/index*.js
12-
src/elasticsearch*/
12+
src/_elasticsearch*
1313
src/bower*/
1414
junit-*.xml
1515
elasticsearch*.log

docs/api_methods.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
== 1.1 API
33

44

5-
NOTE: This is currently the default API, but in upcoming versions that will change. We recommend setting the `apiVersion` config param when you instantiate your client to make sure that the API does not change unexpectedly.
5+
NOTE: This is currently the default API, but in upcomming versions that will change. We recommend setting the `apiVersion` config param when you instantiate your client to make sure that the API does not change unexpectedly.
66

77
[[js-api-method-index]]
88
* <<api-bulk,bulk>>
@@ -2523,6 +2523,8 @@ The default method is `POST` and the usual <<api-conventions,params and return v
25232523
[horizontal]
25242524
`analyzer`::
25252525
`String` -- The name of the analyzer to use
2526+
`charFilters`::
2527+
`String, String[], Boolean` -- A comma-separated list of character filters to use for the analysis
25262528
`field`::
25272529
`String` -- Use the analyzer configured for this field (instead of passing the analyzer name)
25282530
`filters`::
@@ -3665,7 +3667,7 @@ client.indices.status([params, [callback]])
36653667

36663668
Get a comprehensive status information of one or more indices.
36673669

3668-
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-status.html[the elasticsearch docs] for more about this method.
3670+
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-status.html[the elasticsearch docs] for more about this method.
36693671

36703672
// no examples
36713673

docs/api_methods_1_0.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3558,7 +3558,7 @@ client.indices.status([params, [callback]])
35583558

35593559
Get a comprehensive status information of one or more indices.
35603560

3561-
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-status.html[the elasticsearch docs] for more about this method.
3561+
The default method is `GET` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-status.html[the elasticsearch docs] for more about this method.
35623562

35633563
// no examples
35643564

0 commit comments

Comments
 (0)