SOLR-493, SOLR-142 changes note

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-08-09 07:40:21 +00:00
parent 8f8c6f390b
commit 261ebe8a07
1 changed files with 3 additions and 2 deletions

View File

@ -229,9 +229,10 @@ New Features
(ryan)
35. SOLR-142: Added RawResponseWriter and ShowFileRequestHandler. This returns config
files directly. If the AdminHandlers is configured, this will be added automatically.
files directly. If AdminHandlers are configured, this will be added automatically.
The jsp files /admin/get-file.jsp and /admin/raw-schema.jsp have been deprecated.
(ryan)
The deprecated <admin><gettableFiles> will be automatically registered with
a ShowFileRequestHandler instance for backwards compatibility. (ryan)
36. SOLR-446: TextResponseWriter can write SolrDocuments and SolrDocumentLists the
same way it writes Document and DocList. (yonik, ryan)