mirror of https://github.com/apache/lucene.git
SOLR-9735: Update CHANGES and the ref guide.
This commit is contained in:
parent
ea2c8ba38e
commit
a3fe51ffac
|
@ -292,6 +292,8 @@ Bug Fixes
|
||||||
|
|
||||||
* SOLR-11998: RebalanceLeaders API broken response format with wt=JSON (Erick Erickson)
|
* SOLR-11998: RebalanceLeaders API broken response format with wt=JSON (Erick Erickson)
|
||||||
|
|
||||||
|
* SOLR-9735: Fix v2 API for AutoscalingHistoryHandler. (ab)
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
@ -303,12 +303,6 @@ An `afterAction` stage.
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
.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
|
== 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.
|
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