Copilot commented on code in PR #3770: URL: https://github.com/apache/solr/pull/3770#discussion_r2430677948
########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc: ########## @@ -143,6 +143,8 @@ To share resource intensive objects across multiple cores in components you shou * The language specific Response Writers, which were deprecated in 9.8 in favour of more widely used formats like JSON have been removed. The removed writer types (invoked as part of the `wt` parameter) include `python`, `ruby`, `php`, and `phps`. +* The XLSX Response Writer (`wt=xlsx`), which was deprecated in 9.10, has been removed. Users needing Excel export functionality should use CSV format (`wt=csv`) and convert it to Excel format using external tools or libraries. Review Comment: [nitpick] Consider adding an internal cross-reference to the CSV Response Writer to aid navigation, and tighten the wording. For example: 'The XLSX Response Writer (wt=xlsx), deprecated in 9.10, has been removed. For spreadsheet export, use CSV (wt=csv) and convert to .xlsx using external tools or libraries; see <<CSV Response Writer,csv>>.' ```suggestion * The XLSX Response Writer (`wt=xlsx`), deprecated in 9.10, has been removed. For spreadsheet export, use CSV (`wt=csv`) and convert to .xlsx using external tools or libraries; see <<CSV Response Writer,csv>>. ``` -- 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]
