Hi,

Is there a way to make suggester return the matched suggestion too?

http://localhost:8983/solr/core1/suggest?q=name:iphone

The above query should return 
*iphone *
iphone5c 
iphone4g

Currently it returns only
iphone5c 
iphone4g


I can use edge N gram filter to implement the above feature but not sure how
to achieve it when using suggester.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/SOLR-Suggester-return-matched-suggestion-along-with-other-suggestions-tp4118132.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to