Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-4255

Solr 4 spatial- Add a filter=false local-param to just use the distance based valuesource

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.1, 6.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            dsmiley David Smiley
            dsmiley David Smiley
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: