You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/03/11 09:21:00 UTC

[jira] [Commented] (LUCENE-8652) Add boosting support in the SynonymQuery

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

ASF subversion and git services commented on LUCENE-8652:
---------------------------------------------------------

Commit d8cfeba912ea9c474f81f336d1bf403477dc553c in lucene-solr's branch refs/heads/master from Jim Ferenczi
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=d8cfeba ]

LUCENE-8652: SynonymQuery can now deboost the document frequency of each term when blending the score of the synonym


> Add boosting support in the SynonymQuery
> ----------------------------------------
>
>                 Key: LUCENE-8652
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8652
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Jim Ferenczi
>            Priority: Minor
>         Attachments: LUCENE-8652.patch, LUCENE-8652.patch
>
>
> The SynonymQuery tries to score multiple terms as if you had indexed them as one term.
> This is good for "true" synonyms where each term should have the same contribution to the final score but this doesn't handle the case where terms have different weights. For scoring purpose it would be nice to be able to assign a boost per term that we could multiply with the term's document frequency in order to take into account the importance of the term within the synonym list.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org