here is my schema: 

<field name="AllChamp" type="text_general" multiValued="true" indexed="true"
required="false" stored="false"/>
<dynamicField name="*_en" type="text_en" indexed="true" stored="true"
required="false" multiValued="true"/>

<dynamicField name="*_fr" type="text_fr" indexed="true" stored="true"
required="false" multiValued="true"/>

<dynamicField name="*_ar" type="text_ar" indexed="true" stored="true"
required="false" multiValued="true"/>

<copyField source="*_ar" dest="AllChamp"/>
<copyField source="*_fr" dest="AllChamp"/>
<copyField source="*_en" dest="AllChamp"/>

 when i index documents then search on this field "AllChamp" that don't do
analyzer and filter.
I know that CopyField can't copy analyzers and Filters, so how to keep
analyzer and filter on Field: "AllChamp"?

Exemple: 

I search for : AllChamp:presenton  --> num result=0 
                   AllChamp:présenton  --> num result=1 

thanks for help, 
best regards, 
Anass BENJELLOUN 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/CopyField-can-t-copy-analyzers-and-Filters-tp4144803.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to