RE: How can I implement text based searching for the data/entities/items stored in Cassandra ?

2011-02-12 Thread Vivek Mishra
You can use: http://code.google.com/p/kundera/ to search text. it provides a way to search by any key over Cassandra. I guess, nothing inbuilt is in place for this. Vivek From: rajkumar@gmail.com [rajkumar@gmail.com] on behalf of Aklin_81

RE: How can I implement text based searching for the data/entities/items stored in Cassandra ?

2011-02-12 Thread Vivek Mishra
Addtionally you can use cassandra indexes for specific search. From: Vivek Mishra [vivek.mis...@impetus.co.in] Sent: 12 February 2011 17:38 To: user@cassandra.apache.org Subject: RE: How can I implement text based searching for the data/entities/items

Re: How can I implement text based searching for the data/entities/items stored in Cassandra ?

2011-02-12 Thread Shaun Cutts
There is/are lucandra/solandra: https://github.com/tjake/Lucandra -- Shaun On Feb 12, 2011, at 6:57 AM, Aklin_81 wrote: I would like to text search for some of Entities/items stored in the database through an AJAX powered application...Such that the user starts typing and he can get