I've implemented a fairly simple UpdateRequestProcessor much like the example 
here: http://wiki.apache.org/solr/UpdateRequestProcessor

I attempted the below configuration in solrconfig.xml (like the above link 
shows) but nothing happens, no errors....nothing.  Is this configuration 
supposed to be under the <config> tag?

<config>

   ....

 <updateRequestProcessorChain>                                               
    <processor class="com.erik.earle.MyUpdateRequestProcessor" >
   <lst name="default">
     <str name="param">list, of, comma, sep, values</str>
   </lst>
  </processor>

   <processor class="solr.RunUpdateProcessorFactory" />                    
   <processor class="solr.LogUpdateProcessorFactory" />                  
 </updateRequestProcessorChain>
</config>









----- Original Message ----
From: Noble Paul നോബിള്‍  नोब्ळ् <noble.p...@corp.aol.com>
To: solr-user@lucene.apache.org
Sent: Thursday, August 27, 2009 9:57:54 PM
Subject: Re: UpdateRequestProcessor config location

could you provide more details on what exactly is that you have done?

On Fri, Aug 28, 2009 at 7:08 AM, Erik Earle<erikea...@yahoo.com> wrote:
>
> I've read through the wiki for this and it explains most everything except 
> where in the solrconfig.xml the<updateRequestProcessorChain>  goes.
>
> I tried it at the top level but that doesn't seem to do anything.
>
> http://wiki.apache.org/solr/UpdateRequestProcessor
>
>
>
>
>



-- 
-----------------------------------------------------
Noble Paul | Principal Engineer| AOL | http://aol.com




Reply via email to