Hello, Ok thanks, i have another question :)
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"/> is this correct? because when i index documents then search on this field "AllChamp" that don't do analyzer and filter. any idea? 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/Solr-Fields-Multilingue-tp4144223p4144781.html Sent from the Solr - User mailing list archive at Nabble.com.