mirror of https://github.com/apache/lucene.git
SOLR-11165: Added warning about broken v2 API support in History API
This commit is contained in:
parent
8a138908c5
commit
82669b3e66
|
@ -233,6 +233,12 @@ filter queries, so an implicit AND is applied):
|
|||
}
|
||||
----
|
||||
|
||||
.Broken v2 API support
|
||||
[WARNING]
|
||||
====
|
||||
Due to a bug in Solr 7.1.0, the History API is available only at the path /admin/autoscaling/history. Using the /api/cluster/autoscaling/history endpoint returns an error.
|
||||
====
|
||||
|
||||
== Write API
|
||||
|
||||
The Write API is available at the same `/admin/autoscaling` and `/api/cluster/autoscaling` endpoints as the read API but can only be used with the *POST* HTTP verb.
|
||||
|
|
Loading…
Reference in New Issue