Fixed a link to the deprecated indices-status method

This commit is contained in:
Clinton Gormley
2014-05-05 12:02:09 +02:00
parent fa6599498c
commit 5edcab1d39
3 changed files with 3 additions and 3 deletions

View File

@ -3665,7 +3665,7 @@ client.indices.status([params, [callback]])
Get a comprehensive status information of one or more indices. Get a comprehensive status information of one or more indices.
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. 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.
// no examples // no examples

View File

@ -3558,7 +3558,7 @@ client.indices.status([params, [callback]])
Get a comprehensive status information of one or more indices. Get a comprehensive status information of one or more indices.
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. 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.
// no examples // no examples

View File

@ -3733,7 +3733,7 @@ client.indices.status([params, [callback]])
Get a comprehensive status information of one or more indices. Get a comprehensive status information of one or more indices.
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. 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.
// no examples // no examples