rahulgoswami commented on code in PR #3903:
URL: https://github.com/apache/solr/pull/3903#discussion_r2749195563


##########
solr/solr-ref-guide/modules/configuration-guide/pages/coreadmin-api.adoc:
##########
@@ -784,10 +784,9 @@ If the `split.key` parameter is specified then only 
documents having the same ro
 == UPGRADECOREINDEX
 
 The `UPGRADECOREINDEX` action upgrades an existing core's index in-place after 
a Solr major-version upgrade by reindexing documents from older-format segments.
-It temporarily adjusts merge behavior to keep older Lucene version segments 
from being merged with new segments while the operation reindexes all live 
documents from older-format segments, then commits and validates the result.
 If a core is upgraded by this action, it ensures index compatibility with the 
next Solr major version (upon a future Solr upgrade) without having to 
re-create the index from source.
 
-This action is expensive and is intended for user-managed clusters or 
single-node installations only. It is currently not supported in SolrCloud mode.
+This action is expensive and is intended for installations running Solr in 
user-managed (or standalone) mode only. It is currently not supported in 
SolrCloud mode.

Review Comment:
   agreed. will revise this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to