I wrote some code to call an analysis chain in an update request processor
then add those values to fields. I started with some work by Eric Hatcher then
updated it for recent releases of Java.

Look at this discussion to see if it is the kind of thing you want.

http://lucene.472066.n3.nabble.com/Running-an-analyzer-chain-in-an-update-request-processor-td4384207.html

wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/  (my blog)

> On Sep 1, 2018, at 1:02 PM, Erick Erickson <erickerick...@gmail.com> wrote:
> 
> In a word, no. Performance would be horrible. I'd do the transformations in
> your indexing code to a docValuea field and facet on that field.
> 
> On Sat, Sep 1, 2018, 07:17 nirsh <nir.shous...@exlibrisgroup.com> wrote:
> 
>> Hi,
>> 
>> is there a way to return from the stored value of facets and not the
>> indexed
>> value?
>> we have normalization we perform, such as lower case, punctuation etc..
>> and need to display the stored value of it.
>> 
>> Thanks,
>> 
>> --
>> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>> 

Reply via email to