[
https://issues.apache.org/jira/browse/SOLR-3230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227891#comment-13227891
]
Yonik Seeley commented on SOLR-3230:
------------------------------------
bq. There is no way to cache and force the order on 1st request?
You would currently need to use the lucene query parser to construct a single
query with both:
{code}
fq=+_query_:"{!bbox}" +_query_:"{!geofilt}"
{code}
Not pretty, but lets you experiment at least.
bq. Parameter? style=range or fieldcache? Default to fieldcache as it is now?
perhaps method=fc?
As far as the default, it's really tough to tell. For small distances, I'd
guess that range queries would normally be faster, and that's likely to be the
common case?
> Performance improvement for geofilt by doing a bbox approximation and then
> Filter
> ---------------------------------------------------------------------------------
>
> Key: SOLR-3230
> URL: https://issues.apache.org/jira/browse/SOLR-3230
> Project: Solr
> Issue Type: Improvement
> Reporter: Bill Bell
> Assignee: Grant Ingersoll
> Fix For: 4.0
>
> Attachments: SOLR-3230.patch
>
>
> This changes {!geofilt} to use a bounding box and then does a accurate filter.
> See attachment
--
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]