You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/16 21:13:54 UTC

[Solr Wiki] Trivial Update of "UpdateRequestProcessor" by YonikSeeley

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "UpdateRequestProcessor" page has been changed by YonikSeeley.
The comment on this change is: remove JIRA, update since already released.
http://wiki.apache.org/solr/UpdateRequestProcessor?action=diff&rev1=6&rev2=7

--------------------------------------------------

  <!> [[Solr1.3]]
  
+ The [[http://lucene.apache.org/solr/api/org/apache/solr/update/processor/UpdateRequestProcessor.html|UpdateRequestProcessor]] defines how an update request is processed before it is indexed by the update handler.
- The [[http://lucene.apache.org/solr/api/org/apache/solr/update/processor/UpdateRequestProcessor.html|UpdateRequestProcessor]] defines how an update request is processed.  By default, this converts each request into an !UpdateCommand and sends it to the !UpdateHandler.  (see [[https://issues.apache.org/jira/browse/SOLR-269|SOLR-269]])
- 
- /!\ Before 1.3 is released, we should make sure this is something we want to live with publicly.  It exposes the !UpdateCommand family in a way I don't think it was designed for.
- 
  
  == Configuring UpdateRequestProcessors ==