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

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:

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:

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