Oh I'm sorry, I should have read your question more clearly.  I totally
forgot that solr.PointType supports a configurable number of dimensions.  If
you need more than 2 dimensions as your example shows you do, then you'll
have to resort to indexing your spatial data in another Solr core as
non-multiValued and then use Solr 4's new join query to relate the data back
to your main query.  You probably won't be pleased with the performance if
you have a lot of data.  Eventually, I'm hopeful for Solr supporting index
level "block join" (I think it's called) which will speed this up.

What are you using this for, any way?



-----
 Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book
--
View this message in context: 
http://lucene.472066.n3.nabble.com/PointType-multivalued-query-tp4020445p4020554.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to