SOLR-653 -- adding note about removing "overwrite"

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-08-09 02:21:58 +00:00
parent a557dff545
commit aa525ba32a
1 changed files with 6 additions and 0 deletions

View File

@ -46,3 +46,9 @@ Changes in runtime behavior
Bug Fixes Bug Fixes
Other Changes Other Changes
1. SOLR-653: Since the "overwrite" command will be removed in future versions
it has been removed from solrj now -- before anyone starts to rely on it.
(ryan)