Re: spatial search or null

2011-12-01 Thread Rob Brown
-user@lucene.apache.org Subject: spatial search or null Date: Thu, 01 Dec 2011 10:22:38 -0800 Hi, how would I go about constructing a solr 3.2 spatial query that would return documents that are in a specified radius OR documents that have no location information. The query would have a similar

spatial search or null

2011-12-01 Thread dan whelan
Hi, how would I go about constructing a solr 3.2 spatial query that would return documents that are in a specified radius OR documents that have no location information. The query would have a similar result as this: q=City:"San Diego" OR -City:['' TO *] Thanks