I specified another updateRequestChain with out the custom updateProcessor and it worked.
Thanks for the quick help. -Kalyan -----Original Message----- From: noble.p...@gmail.com [mailto:noble.p...@gmail.com] On Behalf Of Noble Paul ??????? ?????? Sent: Thursday, December 17, 2009 5:59 AM To: solr-user@lucene.apache.org Subject: Re: Question about updateRequestProcessorChain At least one processor chain is invoked. if you do not want the custom chain to be invoked create a chain without the name and without your custom processor On Thu, Dec 17, 2009 at 1:16 PM, Shalin Shekhar Mangar <shalinman...@gmail.com> wrote: > On Thu, Dec 17, 2009 at 3:35 AM, Manepalli, Kalyan < > kalyan.manepa...@orbitz.com> wrote: > >> Hi All, >> >> I am trying to use updateRequestProcessorChain in Solr1.3. >> >> I configured the requestProcessor Chain like this: >> >> >> >> <updateRequestProcessorChain> >> >> <processor class="solr.CustomUpdateRequestProcessorFactory" > >> >> </processor> >> >> <processor class="solr.RunUpdateProcessorFactory" /> >> >> <processor class="solr.LogUpdateProcessorFactory" /> >> >> </updateRequestProcessorChain> >> >> >> And Use it in Requesthandler like this >> >> <requestHandler name="/customUpdate" class="solr.XmlUpdateRequestHandler" > >> <lst name="defaults"> >> <str name="update.processor">custom</str> >> </lst> >> </requestHandler> >> >> The problem I am facing is, even if I use regular requestHandler "/update" >> (which doest use the request chain), still the RequestProcessorChain is >> getting invoked. >> >> > You need to specify a name for the chain otherwise it will be applied by > default > > <updateRequestProcessorChain name="custom"> > .... > </updateRequestProcessorChain> > > -- > Regards, > Shalin Shekhar Mangar. > -- ----------------------------------------------------- Noble Paul | Systems Architect| AOL | http://aol.com