Re: Pre-processor for stored fields

2008-07-08 Thread Ryan McKinley
If all you are doing is stripping text from HTML, the best option is probably to just do that on the client *before* you send it to solr. If you need to do something more complex -- or that needs to rely on other solr configurations you can consider using an UpdateRequestProcessor. Likely

Re: Pre-processor for stored fields

2008-07-08 Thread Norberto Meijome
On Tue, 8 Jul 2008 10:20:15 -0300 "Hugo Barauna" <[EMAIL PROTECTED]> wrote: > Hi, > > I already haved aked this, but I didn't get any good answer, so I will try > again. I need to pre-process a stored field before it is saved. Just like a > field that is gonna be indexed. I would be good to apply