Hey Sohan!
On 06.02.2014 11:13, Sohan Kalsariya wrote:
Well I am explaining my problem more in detail.
I working with the website http://allevents.in ( It is events discovery and
promotion platform)
I am applying solr search in this site. So whenever anyone visit this
website and search the events for example:
"Concerts in London". For that I am using geofilt() function. In that we
have to pass our 'sfield' , 'latitude', 'longitude' and 'distance'.
So now i don't want to enter the last parameter 'distance'. i.e. I don't
want results that are in 'distance' for e.g. 25km aria.
So when i search like "Concerts in London" than it should not give me
results regarding London only but it should give me the results from all
over the world.
In this case, why are you using the geofilt() function at all? You would
get the same results, as if leaving geofilt() completely out, right?
So in short i want to ask that Is it possible not to define the `distance`
parameter ? So I can get my desired results?
Though I don't see any sense in what you are trying to achieve, setting
the distance parameter high enough (35000km?) would render the behaviour
you want to have, as this would include any point on earth:-)
Cheers
Angel