Thanks for your response! I appreciate it. There will be cases where I want to "AND or OR" the query between HBASE and Lucene. Would it make sense to custom code querying both repositories at the same time or sequentially....Or are there any tools out there to do this?
Basically I'm thinking that HBASE will keep the majority of my data columns and lucene will keep the index and a unique pointer to the HBASE record. Like HBASE UID = 12345, COL1, COL2, COL3, COL4, COL5, COL6 LUCENE ID = 999, UID = 12345 , INDEX Columns (LAT/LON) My query would be something like where lat/lon in (Polygon) AND COL3 = 'ABC' Would this kind of setup make sense? Is there a better way? I'll be working with Terabytes of data Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Using-Solr-Spatial-in-conjunction-with-HBASE-Hadoop-tp4034307p4034400.html Sent from the Solr - User mailing list archive at Nabble.com.