SOLR-14792: add removal message to major changes section of ref guide

This commit is contained in:
Erik Hatcher 2020-09-17 17:24:18 -04:00
parent 9cadbf04b6
commit 1af17a5f01
1 changed files with 4 additions and 0 deletions

View File

@ -125,6 +125,10 @@ _(raw; not yet edited)_
* SOLR-14783: Data Import Handler (DIH) has been removed from Solr. The community package is available at: https://github.com/rohitbemax/dataimporthandler (Alexandre Rafalovitch)
* SOLR-14792: VelocityResponseWriter has been removed from Solr. This encompasses all previous included `/browse` and
`wt=velocity` examples. This feature has been migrated to an installable package at
https://github.com/erikhatcher/solritas
* SOLR-14510: The `writeStartDocumentList` in `TextResponseWriter` now receives an extra boolean parameter representing the "exactness" of the numFound value (exact vs approximation).
Any custom response writer extending `TextResponseWriter` will need to implement this abstract method now (instead previous with the same name but without the new boolean parameter).