From 3a3829a3c99b32752c64538e75132a609f5876cc Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Mon, 2 Jul 2007 02:47:54 +0000 Subject: [PATCH] changes note for multiple deletes with command git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552386 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index c951814f53c..b1b234e28a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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: + 12 will delete both 1 and 2. (ryan) Changes in runtime behavior