You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Adrien Grand (JIRA)" <ji...@apache.org> on 2017/03/01 14:49:45 UTC

[jira] [Resolved] (LUCENE-7721) Make it easier to combine scores with index-time factors

     [ https://issues.apache.org/jira/browse/LUCENE-7721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrien Grand resolved LUCENE-7721.
----------------------------------
    Resolution: Implemented

I missed FunctionScoreQuery which already does this!

> Make it easier to combine scores with index-time factors
> --------------------------------------------------------
>
>                 Key: LUCENE-7721
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7721
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Priority: Minor
>
> With the removal of index-time boosts, we should make it easy to combine the score with index-time factors stored in a doc-values field. We already have BoostedQuery that does it but it uses the old values source API and forcefully multiplies the value of the function with the score.
> I think we should move it to core, improve it and make it work with the new values source API, hopefully in a way that makes integrating expressions easy?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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