Based on the discussion I opened an issue that outlines how we can add
search to HBase at a low-level, which I think is the key:

https://issues.apache.org/jira/browse/HBASE-3529

On Fri, Feb 11, 2011 at 3:10 PM, Jason Rutherglen
<jason.rutherg...@gmail.com> wrote:
> Hello,
>
> I'm curious as to what a 'good' approach would be for implementing
> search in HBase (using Lucene) with the end goal being the integration
> of realtime search into HBase.  I think the use case makes sense as
> HBase is realtime and has a write-ahead log, performs automatic
> partitioning, splitting of data, failover, redundancy, etc.  These are
> all things Lucene does not have out of the box, that we'd essentially
> get for 'free'.
>
> For starters: Where would be the right place to store Lucene segments
> or postings?  Eg, we need to be able to efficiently perform a linear
> iteration of the per-term posting list(s).
>
> Thanks!
>
> Jason Rutherglen
>

Reply via email to