You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2013/01/02 22:44:13 UTC

[jira] [Updated] (SOLR-4255) Solr 4 spatial- Add a filter=false local-param to just use the distance based valuesource

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

David Smiley updated SOLR-4255:
-------------------------------

    Attachment: SOLR-4255_spatial_filter_=_false.patch

Attached patch; includes test.

I intend to commit in a couple days or so.
                
> Solr 4 spatial- Add a filter=false local-param to just use the distance based valuesource
> -----------------------------------------------------------------------------------------
>
>                 Key: SOLR-4255
>                 URL: https://issues.apache.org/jira/browse/SOLR-4255
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: David Smiley
>            Assignee: David Smiley
>             Fix For: 4.1
>
>         Attachments: SOLR-4255_spatial_filter_=_false.patch
>
>
> The Solr 4 spatial fields use AbstractSpatialFieldType and by default only filter and supply 1 as the constant score.  For sorting or boosting, you can add the local-param score="distance" (or recipDistance) option to have the score of the query be as specified.  However this query still filters, and in some cases this is redundant.  For example you probably already have a filter query doing the filter portion, and then you are again using the shape reference here for a boost query.
> The change is a simple matter of returning the FunctionQuery and not wrapping it in FilteredQuery.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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