changes note for multiple deletes with <delete> command

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2007-07-02 02:47:54 +00:00
parent 5d7981c26c
commit 3a3829a3c9
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ New Features
10. SOLR-266: Adding show=schema to LukeRequestHandler to show the parsed
schema fields and field types. (ryan)
11. SOLR-133: The UpdateRequestHandler now accepts multiple delete options
within a single request. For example, sending:
<delete><id>1</id><id>2</id></delete> will delete both 1 and 2. (ryan)
Changes in runtime behavior