mirror of https://github.com/apache/lucene.git
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:
parent
5d7981c26c
commit
3a3829a3c9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue