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

David Smiley resolved SOLR-4255.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0
    
> 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, 5.0
>
>         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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to