*Hi, I have a field 'name_token' which gets value via copyFields on different language-specific fields (e.g. name_en , name_it, name_es, etc.) If I can ensure that, *
*only one of these language-specific fields will have a value for a given document, is it ok to ignore this warning:"IndexSchema Field name_token is not multivalued and destination for multiple copyFields"* *Also, what will happen if my a record happens to have values in two language specific name fields (e.g. if a name or word exists in two languages: name_zh and name_ja ). * *My understanding is that the value is same anyways, so there is no drawback, but can it result in an exception?* *Regards* *Nawab*