Termvectors docs have moved. Temporary fix until API regenerated

This commit is contained in:
Clinton Gormley
2014-01-22 14:32:34 +01:00
parent 68c9a7889e
commit 94190896b4

View File

@ -1589,7 +1589,7 @@ client.termvector([params, [callback]])
// no description
The default method is `POST` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/search-termvectors.html[the elasticsearch docs] for more about this method.
The default method is `POST` and the usual <<api-conventions,params and return values>> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/docs-termvectors.html[the elasticsearch docs] for more about this method.
// no examples