I guess this thread went offline On Fri, Aug 28, 2009 at 7:32 PM, erikea...@yahoo.com<erikea...@yahoo.com> wrote: > So...that's the correct place for the <updateRequestProcessorChain> element? > > I know nothing happened because: > - the feild I'm creating with it does not get created in updated/new documents > - the breakpoints I set don't get hit when I debug > - there are no logging about it at all > > I only have the one <updateRequestProcessorChain> tag that I sent earlier in > the thread (below) > > > On Aug 27, 2009, at 11:29 PM, Noble Paul നോബിള് नोब्ळ् > <noble.p...@corp.aol.com> wrote: > > How did you know that nothing happened? > do you have multiple <updateRequestProcessorChain> tags in the solrconfig.xml? > > > On Fri, Aug 28, 2009 at 11:11 AM, Erik Earle<erikea...@yahoo.com> wrote: > 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 > > > > > > > > > -- > ----------------------------------------------------- > Noble Paul | Principal Engineer| AOL | http://aol.com > > > > >
-- ----------------------------------------------------- Noble Paul | Principal Engineer| AOL | http://aol.com