From 33c839ab4d6bfceed49db011ca3039e246d66e61 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Mon, 2 Jul 2007 02:57:24 +0000 Subject: [PATCH] SOLR-269 -- missing changes for somethign commited a while ago git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552387 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index b1b234e28a7..d47f32dd17b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -78,6 +78,11 @@ New Features within a single request. For example, sending: 12 will delete both 1 and 2. (ryan) +12. SOLR-269: Added UpdateRequestProcessor to the XmlUpdateRequestHandler. + This provides a reasonable place to pre-process documents after they are + parsed and before they are committed to the index. This is a good place + for custom document manipulation or document based authorization. (ryan) + Changes in runtime behavior Optimizations