Hi, You certainly can do that, but you'll need to suck all data out of HBase and index it in Solr first. And then presumably you'll want to keep the 2 more or less in sync via incremental indexing. Maybe Lily project can help? If not, you'll have to write something that scans HBase and indexes, say via SolrJ.
Otis -- Solr & ElasticSearch Support http://sematext.com/ On Thu, Jan 17, 2013 at 1:26 PM, oakstream <mike.oa...@oakstreamsystems.com>wrote: > 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. >