Reputation: 51
I have two field in Solr from which I want to generate auto suggest,
and also I want to show result distinguishly for name and college. For eg. if I search for "nan" the auto suggest sholud give result with both fields like for name it is nandy and college nandas institute. How is this possible?
Upvotes: 0
Views: 205
Reputation: 26032
By using copyField you can copy name and college field to the copyField and use this field as a suggester.
Upvotes: 1