Is UpdateProcessor triggered  when updating an existing document or for new
documents also?

On Tue, Sep 27, 2011 at 6:00 AM, Chris Hostetter-3 [via Lucene] <
ml-node+s472066n3371110...@n3.nabble.com> wrote:

>
> : Hi Erick, The problem I am trying to solve is to filter invalid entities.
>
> : Users might mispell or enter a new entity name. This new/invalid entities
>
> : need to pass through a KeepWordFilter so that it won't pollute our
> : autocomplete result.
>
> how are you doing autocomplete?
>
> if you are using the Suggest feature of solr, then thta's based on the
> indexed terms anyway (last time i checked) so you don't need to manipulate
> the stored field values.
>
> In general, the only way to manipluate the stored field values is to do it
> in an update processor -- which can mutate the documents long before the
> schema is ever even consulted.
>
> -Hoss
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3371110.html
>  To unsubscribe from How to apply filters to stored data, click 
> here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=3366230&code=aml0aGluMTk4N0BnbWFpbC5jb218MzM2NjIzMHwtMTEwMTgwMTA3Ng==>.
>
>



-- 
Thanks
Jithin Emmanuel


--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-apply-filters-to-stored-data-tp3366230p3371200.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to