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
This commit is contained in:
Ryan McKinley 2007-07-02 02:57:24 +00:00
parent 3a3829a3c9
commit 33c839ab4d
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ New Features
within a single request. For example, sending:
<delete><id>1</id><id>2</id></delete> 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