Re: [Solr Suggester Component] Unique suggestions

2016-03-12 Thread Roland Szűcs
Hi all, I think nobody can question that this configuration parameter is neccessary. Most of the use cases need distinct values. I use solr 5.2.1 for an ebook store. I use the suggester component for autocomplete titles, authors, publishers. Some of our publishers have thousand of ebooks. I

Re: [Solr Suggester Component] Unique suggestions

2016-03-11 Thread Alessandro Benedetti
No one didn't care of the topic, let me try in the solr-user list as well ! Does anyone think that should exist a parameter that allow a Suggester to not return duplicate suggestions ? In my opinion could be a good improvement ! In the initial patch i was acting at SolrJ level, but to be honest I t

[Solr Suggester Component] Unique suggestions

2016-02-16 Thread Alessandro Benedetti
It has been some time I was wondering why in a lot of scenarios we return duplicates per suggestions. Apart the rare scenarios where someone is associating a payload to each suggestion, suggestions with the same label are practically undistinguishable from a Human perspective. I would suggest to ad