Re: indexing methods

2010-09-03 Thread Jake Luciani
Hi Courtney, You can take a look at lucandra http://github.com/tjake/Lucandra which uses the lucene api to maintain a inverted index in cassandra. There are a couple articles and presentations in the readme that give more info on how this is done. -Jake On Fri, Sep 3, 2010 at 6:26 AM, Courtney R

indexing methods

2010-09-03 Thread Courtney Robinson
A few of us working on a book for casanadra and got to the point where we (well I did anyway) wanted to include an example of a non trivial inverted index. I've been playing around with different ideas on how I could store the data and I've had a look at the previous threads that touched on t