You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2007/09/08 20:30:29 UTC

[jira] Updated: (SOLR-349) boost query by a function of other fields

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

Yonik Seeley updated SOLR-349:
------------------------------

    Attachment: linear_combination.patch

This patch extends the linear function to include other value sources.
so instead of
  linear(a,2,3)  // a*2+3
you can do
  linear(a,2,3,b,4,c,5)  // a*2+3+b*4+c*5

Everyone OK with extending LinearFloatFunction this way?  It seemed like the simplest way to get this capability.

> boost query by a function of other fields
> -----------------------------------------
>
>                 Key: SOLR-349
>                 URL: https://issues.apache.org/jira/browse/SOLR-349
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>         Attachments: linear_combination.patch
>
>
> User should be able to boost a query by a function of other fields
> Some background: http://www.nabble.com/boosting-a-query-by-a-function-of-other-fields-tf4387856.html#a12510092

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.