Alessandro Benedetti created SOLR-8672:
------------------------------------------

             Summary: Unique Suggestions getter in Solrj
                 Key: SOLR-8672
                 URL: https://issues.apache.org/jira/browse/SOLR-8672
             Project: Solr
          Issue Type: Improvement
          Components: SolrJ
    Affects Versions: 5.4.1
            Reporter: Alessandro Benedetti


Currently all the suggesters based on full field content retrieval gives back 
possibly duplicated suggestions.

First observation , related the suggester domain, is that is unlikely we need 
to return duplicates ( actually we don't return the id of the document, or 
anything else, so having duplicates is arguably not a benefit) .

I propose at least to offer via SolrJ  the possibility of getting the 
suggestions without duplicates.
Any feedback is welcome.
The patch provided is really simple.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to