Hello, I have point data (lat/lon) stored in hbase/hadoop and would like to query the data spatially with polygons. (If I pass in a few polygons find me all the records that exist within these polygons. I need it to support polygons not just box queries). Hadoop doesn't really have much support that I could find for these types of queries. I was wondering if I could leverage SOLR spatial 4 and create spatial indexes on the hbase data that could be used to query this data?? I need near real-time answers (within a couple seconds).
If anyone has any thoughts on this I would greatly appreciate them. Thank you -- View this message in context: http://lucene.472066.n3.nabble.com/Using-Solr-Spatial-in-conjunction-with-HBASE-Hadoop-tp4034307.html Sent from the Solr - User mailing list archive at Nabble.com.