user1629986
user1629986

Reputation: 51

Add two fields in auto suggestion in solr

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

Answers (1)

Parvin Gasimzade
Parvin Gasimzade

Reputation: 26032

By using copyField you can copy name and college field to the copyField and use this field as a suggester.

Upvotes: 1

Related Questions