Re: Spatial filter in solr 4.0 - Intersects operation with parameters

2012-12-26 Thread mladen micevic
Thank you David for your quick response. I was thinking yesterday about my problem. Caller should not be aware of internals of my Solr configuration (filed name, operation). Caller can describe search area with center point and radius and I need to translate input parameters into Solr query. Now,

Spatial filter in solr 4.0 - Intersects operation with parameters

2012-12-25 Thread mladen micevic
Hi, I went through example for spatial search in Solr 4.0 (http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4) Both indexing and searching work fine. Example is: fq=geo:Intersects(-74.093 41.042 -69.347 44.558) My problem is how to send values to Intersects operation as parameters. If