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
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
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 an analyzer to this
stored field.
My problem is that I have to send to solr html docu