Trying to implement scoped autosuggestions with solr
问题 I am trying to implement scoped autosuggestions like in ecommerce websites like amazon etc. eg. if i type Lego , the suggestions should come like Lego las in Names Lego in Toys where Names and Toys are solr field names. closest aid i got is from this discussion: solr autocomplete with scope is it possible? Which informed me that it isn't possible with the suggester which I am currently using. Until now, using the suggester I am able to achieve autosuggestions from a single solr field. [the