[zeta-dev] ezcSearch: support for geo distance search

2011-10-11 Thread David Rekowski
Hello list. Please find attached, a proposal for geo distance search support of solr. I'd like to point out a few issues I still see: 1) I figured altering the interface would be a bad idea, so I opted for altering ezcSearchQuerySolr::eq() to handle distance search fields. This is not

Re: [zeta-dev] ezcSearch: support for geo distance search

2011-10-11 Thread David Rekowski
Henri Bergius schrieb: On Tue, Oct 11, 2011 at 1:48 PM, David Rekowski david.rekow...@gmx.de wrote: surely useful in itself, but since we don't do anything other than storing and retrieving the properties, I don't see, how we could benefit from the functionality it provides. I will keep that

Re: [zeta-dev] ezcSearch: support for geo distance search

2011-10-11 Thread David Rekowski
David Rekowski schrieb: Hello list. Please find attached, a proposal for geo distance search support of solr. snip / Afterthought: It looks as if ezcSearchSolrHandler might be extended by something like filterDistance($field, $value) without affecting the interface, which should