Update Preprocessing

2009-07-10 Thread jonarino
of the UpdateRequestProcessor or just a request handler. A little direction would be great. Especially to know what classes to extend or what exactly is required. Thanks. -- View this message in context: http://www.nabble.com/Update-Preprocessing-tp24432669p24432669.html Sent from the Solr - User mailing list archive

Re: Update Preprocessing

2009-07-10 Thread Mark Miller
/Update-Preprocessing-tp24432669p24432669.html Sent from the Solr - User mailing list archive at Nabble.com. Use an updateRequestProcessorChain - your custom UpdateRequestProcessor will be able to inspect the documents fields and add/remove them. ie, in solrconfig.xml: updateRequestProcessorChain