You also need a requestHandler that uses your updateRequestProcessorChain:
<requestHandler name="/customUpdate" class="solr.XmlUpdateRequestHandler" >
<lst name="defaults">
<str name="update.processor">custom</str>
</lst>
</requestHandler>
<updateRequestProcessorChain name="custom">
...
</updateRequestProcessorChain>
Bill
On Fri, Aug 28, 2009 at 11:44 AM, Mark Miller <[email protected]> wrote:
> Erik Earle 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
> >
> >
> >
> >
> >
> Look at the example schema - it places it at the bottom - try a similar
> location (it should just need to be in the same section or nesting at
> most).
>
> --
> - Mark
>
> http://www.lucidimagination.com
>
>
>
>