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

2011-02-12 Thread Aklin_81
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 the hints & suggested items. This is implemented in SQL databases using the LIKE, is it possible to anyhow implement this in an applica

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

2011-02-12 Thread Vivek Mishra
...@gmail.com] Sent: 12 February 2011 17:27 To: user Subject: How can I implement text based searching for the data/entities/items stored in Cassandra ? 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

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

2011-02-12 Thread Vivek Mishra
of Aklin_81 [asdk...@gmail.com] Sent: 12 February 2011 17:27 To: user Subject: How can I implement text based searching for the data/entities/items stored in Cassandra ? I would like to text search for some of Entities/items stored in the database through an AJAX powered application...Such that

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

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

2011-02-12 Thread Vivek Mishra
Absolutly, interestingly Solution based on Lucandra is integrated with Kundera.. From: Shaun Cutts [sh...@cuttshome.net] Sent: 12 February 2011 21:18 To: user@cassandra.apache.org Subject: Re: How can I implement text based searching for the data/entities/items