Hi I have a word completion requirement where i need to pick result from two indexed fields. The trick is i need to pick top 5 results from each field and display as suggestions.
If i set fq as field1:XXX AND field2:XXX, the top result comes entirely from field1 matches. Is there any other way to get top 5 from field 1 matches and top 5 from field 2 matched results? ./Zahoor