Hi,

I want to copy/append different fields to one field, while applying a
different analyzer for each field. 

<copyField source="cat" dest="text"/>
<copyField source="name" dest="text"/>
<copyField source="manu" dest="text"/>
<copyField source="features" dest="text"/>
<copyField source="includes" dest="text"/>

Lets assume i have specified different analyzers/filters for each of the
above source fields cat, name, manu, features and includes. I read online
that copyField copies before the analysis is done. Is it possible to
copyField after applying the analyzer to all the source string ? Just to
give you one use case, i would like to remove duplicates in some of the
source fields like manna, includes, etc and i don't want to do it for all
source fields.

Thanks,
Srini

--
View this message in context: 
http://lucene.472066.n3.nabble.com/copyField-after-analyzer-tp3900337p3900337.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to