[
https://issues.apache.org/jira/browse/LUCENE-8652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Ferenczi resolved LUCENE-8652.
----------------------------------
Resolution: Fixed
Fix Version/s: master (9.0)
8.1
I've deprecated the Term[] constructor in branch_8x. Thanks [~jpountz] and
[~romseygeek]!
> 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
> Fix For: 8.1, master (9.0)
>
> 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: [email protected]
For additional commands, e-mail: [email protected]