Hi, Due to some mis-configuration issues, I have a field that has values as single string and an array of strings. Looks like there are some old values that got indexed as an array of strings while anything new are single valued string. I have checked the configuration and multivalued for that field is set to false. What I want is to remove all the occurrences of the field as an array (multi-valued) where it shows as <arr></arr> instead of <str></str>. Is there a way to query the field so it returns only those documents that have field as an array and not as a single string?
Appreciate your comments/feedback. Regards, Salman