We have a collection with a string[] field, and when we query by that field, if that array has multiple elements that have that search term highlighted it ranks higher than other string fields. Is it possible to introduce a new query param in the search API endpoint to disable this functionality and to treat multiple hits in the same array field (1 hit in each element) of the same document with the same rank as if that field would be a simple string with just 1 hit?