Re: Spatial Search problems

2011-08-25 Thread Javier Heras
Thanx David,

Just one more question. Am I able to do spatial search with solr1.4? And
with lucene 2.9? What's your recomendation?

Javier

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Spatial-Search-problems-tp3277945p3283285.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Spatial Search problems

2011-08-24 Thread Javier Heras
Hi David,

the thing is that all indexed points are in spain, so distances should
always be lower than 1300 Kms. And yes, I'm using solr tutorial scheme.xml,
for which tutorial indexes work fine. When I change to my index, it only
works when distances are over 4510Kms. The query I run is:

http://localhost:8983/solr/select?fl=*,scoreq=*:*fq={!geofilt}sfield=storept=40.41669,-3.700346d=4510

And some of my indexed points are:

38.99765,-1.86007

This point is supossed to be in between 250kms more or less.

One thing: which is the way the coordinates field should be indexed?

Thanks

Javier

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Spatial-Search-problems-tp3277945p3280207.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Spatial Search problems

2011-08-24 Thread Javier Heras
And one more thing... should I create the index with the same version of solr
that I use to open index for reading??? I create my index with lucene 2.9,
and my solr version where Im trying spatial search is 3.3

Thank you very much David

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Spatial-Search-problems-tp3277945p3280389.html
Sent from the Solr - User mailing list archive at Nabble.com.


Spatial Search problems

2011-08-23 Thread Javier Heras
Hi all,

I'm new at solr. I've downloaded solr 3.3, and having tested solr querys for
spatial search with examples that come in the tutorial. Everything ok. But
when I substitute the tutorial index with my index, spatial search doesn't
work until parameter d is greater than 4510 (km?)

Any idea what's going on?

Thanks

Javier

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Spatial-Search-problems-tp3277945p3277945.html
Sent from the Solr - User mailing list archive at Nabble.com.