You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/03/27 17:45:38 UTC

[solr] branch main updated: Sync CHANGES for 9.2.0

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new f8a08097261 Sync CHANGES for 9.2.0
f8a08097261 is described below

commit f8a080972612225c8fad36f9fdcc756db5ac6639
Author: Houston Putman <ho...@apache.org>
AuthorDate: Mon Mar 27 13:45:31 2023 -0400

    Sync CHANGES for 9.2.0
---
 solr/CHANGES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 01ce8887303..b153cef5b8b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -64,6 +64,10 @@ Improvements
 * SOLR-10466: Introduce Builder setter for defaultCollection on cloud SolrClients.  Deprecated
   direct setter setDefaultCollection on cloud SolrClients. (Eric Pugh, David Smiley)
 
+* SOLR-16391: The path of the v2 "collprop" API has been tweaked slightly to be more intuitive.  Endpoints are now
+  available under the `PUT` and `DELETE` verbs at `/api/collections/collName/properties/propName` depending on whether the property is
+  being upserted or deleted. (Jason Gerlowski)
+
 Optimizations
 ---------------------
 
@@ -225,10 +229,6 @@ Improvements
 
 * SOLR-16397: /mlt now has a v2 API available at `GET /api/collections/collName/mlt` (Ameer Albahem via Jason Gerlowski)
 
-* SOLR-16391: The path of the v2 "collprop" API has been tweaked slightly to be more intuitive.  Endpoints are now
-  available under the `PUT` and `DELETE` verbs at `/api/collections/collName/properties/propName` depending on whether the property is
-  being upserted or deleted. (Jason Gerlowski)
-
 Optimizations
 ---------------------