[ 
https://issues.apache.org/jira/browse/SOLR-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967467#comment-13967467
 ] 

Christian Grobmeier commented on SOLR-385:
------------------------------------------

Using the group function doesn't work when you work with a multivalue field. 

I have exactly the problem that I want to create some suggestion out of a 
multivalue field (locations). When I write "Munich" then not "Munich" is shown 
first even when this is an exact match. Other places are shown first, because 
they have simply more counts.

> facet sorting with relevancy
> ----------------------------
>
>                 Key: SOLR-385
>                 URL: https://issues.apache.org/jira/browse/SOLR-385
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Dmitry Degtyarev
>            Priority: Minor
>
> Sometimes facet sort based only on the count of matches is not relevant, I 
> need to sort not only by the count of matches, but also on the scores of 
> matches.
> In the most simple way it must sort categories by the sum of item scores that 
> matches query and the category. In the best way there should be some 
> coefficient to multiply Scores or some function.
> Is it possible to implement such a behavior for facet sort?



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to