From 2090fef91b1e212e45566669faee3b7b74e02f15 Mon Sep 17 00:00:00 2001 From: Jason Gerlowski Date: Fri, 27 Dec 2024 06:54:23 -0500 Subject: [PATCH] CHANGES.txt entry --- solr/CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index a844220f2fc..a806d567b39 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -150,7 +150,9 @@ New Features Improvements --------------------- -(No changes) +* SOLR-15751: The v2 API now has parity with the v1 "COLSTATUS" and "segments" APIs, which can be used to fetch detailed information about + specific collections or cores. Collection information can be fetched by a call to `GET /api/collections/collectionName`, and core + information with a call to `GET /api/cores/coreName/segments`. (Jason Gerlowski) Optimizations ---------------------