If I put duplicate values into a multiValued field, would that cause any issues?
For example I have a multiValued field "Color". Some of my documents have duplicate values for that field, such as: Green, Red, Blue, Green, Green. Would the above (having 3 duplicate Green) be the same as having the duplicated values of: Green, Red, Blue? Or do I need to clean my data and remove duplicate values before indexing? Thanks.