Add max distance as an optional parameter on geodist()
------------------------------------------------------
Key: SOLR-2840
URL: https://issues.apache.org/jira/browse/SOLR-2840
Project: Solr
Issue Type: Improvement
Reporter: Bill Bell
Yonik gave the use case. Need the ability to limit results to a max distance.
Name parameter dmax ?
Yes, that should be both possible and faster... something along the lines of:
&sfield=store&pt=45.15,-93.85
&facet.query={!geofilt d=10 key=d10}
&facet.query={!geofilt d=20 key=d20}
&facet.query={!geofilt d=50 key=d50}
Eventually we should implement range faceting over functions and also
add a max distance you care about to the geodist function.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]