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 2008/07/26 02:24:12 UTC

[Solr Wiki] Update of "UpdateRequestProcessor" by ryan

Dear Wiki user,

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

The following page has been changed by ryan:
http://wiki.apache.org/solr/UpdateRequestProcessor

------------------------------------------------------------------------------
  solrconfig.xml will load a UpdateRequestProcessors
  
  {{{          
-  <updateRequestProcessor>                                               
+  <updateRequestProcessorChain>                                               
-    <factory name="standard" class="solr.ChainedUpdateProcessorFactory" default="true" >
-      <chain class="org.apache.solr.ConditionalCopyProcessorFactory" />                                    
+    <chain class="org.apache.solr.ConditionalCopyProcessorFactory" />                                    
-      <chain class="solr.RunUpdateProcessorFactory" />                    
+    <chain class="solr.RunUpdateProcessorFactory" />                    
-      <chain class="solr.LogUpdateProcessorFactory" />                   
+    <chain class="solr.LogUpdateProcessorFactory" />                  
-    </factory>                                                           
-  </updateRequestProcessor>
+  </updateRequestProcessorChain>
  }}}