Change LOCALSOLR to not limit results but provide distance from center pt and
soring by distance.
-------------------------------------------------------------------------------------------------
Key: SOLR-1350
URL: https://issues.apache.org/jira/browse/SOLR-1350
Project: Solr
Issue Type: Improvement
Components: search
Affects Versions: 1.4
Environment: All
Reporter: Bill Bell
Fix For: 1.4
Here is the improvement to LOCALSOLR.
Allow radius=-1 to indicate to not limit results by radius from center point.
Provide Standard query with 2 enhancements:
- Allow sort by geo_distance
- Provide lat/long for center point (origin) and results have distance from
this point
This would allow results to be relevant to the query, and provide user to sort
by distance and display the distance. This is a simple fix the the LOCALSOLR
module.
Bill
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.