: 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

Reply via email to