[hibernate-issues] [Hibernate-JIRA] Updated: (HSEARCH-1017) Implement variable score on spatial queries

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed Dec 21 08:53:19 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard updated HSEARCH-1017:
--------------------------------------

    Description: 
Today we use constant score, ie in = 1, out = 0. We can think about a score that goes from 1 to 0 based on the distance from the center to the circle size
We can imagine queries that should return close elements above far elements.
We might need a score going from 1 to .5 or some other value. Need to think about that.

Note that we can launch without this feature initially. That's why it's not a subtask of HSEARCH-923

  was:Note that we can launch without this feature initially. That's why it's not a subtask of HSEARCH-923


> Implement variable score on spatial queries
> -------------------------------------------
>
>                 Key: HSEARCH-1017
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1017
>             Project: Hibernate Search
>          Issue Type: New Feature
>          Components: spatial
>            Reporter: Emmanuel Bernard
>            Assignee: Nicolas Helleringer
>
> Today we use constant score, ie in = 1, out = 0. We can think about a score that goes from 1 to 0 based on the distance from the center to the circle size
> We can imagine queries that should return close elements above far elements.
> We might need a score going from 1 to .5 or some other value. Need to think about that.
> Note that we can launch without this feature initially. That's why it's not a subtask of HSEARCH-923

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list