You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Aklin_81 <as...@gmail.com> on 2011/02/12 12:57:07 UTC

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 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 application powered by cassandra ?

How do I go forward to implement this feature, very much required for my case?

Would I have to consider a MySQL DB for implementing this particular
feature there, and rest in Cassandra ?


Thanks
-Asil

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

Posted by Vivek Mishra <vi...@impetus.co.in>.
Addtionally you can use cassandra indexes for specific search.

________________________________________
From: Vivek Mishra [vivek.mishra@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 stored in Cassandra ?

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.w93@gmail.com [rajkumar.w93@gmail.com] on behalf of Aklin_81 [asdkl93@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 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 application powered by cassandra ?

How do I go forward to implement this feature, very much required for my case?

Would I have to consider a MySQL DB for implementing this particular
feature there, and rest in Cassandra ?


Thanks
-Asil

________________________________

Impetus to Present Big Data -- Analytics Solutions and Strategies at TDWI World Conference (Feb 13-18) in Las Vegas.We are also bringing cloud experts together at CloudCamp, Delhi on Feb 12. CloudCamp is an unconference where early adopters of Cloud Computing technologies exchange ideas.

Click http://www.impetus.com to know more.


NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

________________________________

Impetus to Present Big Data -- Analytics Solutions and Strategies at TDWI World Conference (Feb 13-18) in Las Vegas.We are also bringing cloud experts together at CloudCamp, Delhi on Feb 12. CloudCamp is an unconference where early adopters of Cloud Computing technologies exchange ideas.

Click http://www.impetus.com to know more.


NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

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

Posted by Vivek Mishra <vi...@impetus.co.in>.
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.w93@gmail.com [rajkumar.w93@gmail.com] on behalf of Aklin_81 [asdkl93@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 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 application powered by cassandra ?

How do I go forward to implement this feature, very much required for my case?

Would I have to consider a MySQL DB for implementing this particular
feature there, and rest in Cassandra ?


Thanks
-Asil

________________________________

Impetus to Present Big Data -- Analytics Solutions and Strategies at TDWI World Conference (Feb 13-18) in Las Vegas.We are also bringing cloud experts together at CloudCamp, Delhi on Feb 12. CloudCamp is an unconference where early adopters of Cloud Computing technologies exchange ideas.

Click http://www.impetus.com to know more.


NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

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

Posted by Vivek Mishra <vi...@impetus.co.in>.
Absolutly, interestingly Solution based on Lucandra is integrated with Kundera..

________________________________
From: Shaun Cutts [shaun@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 stored in Cassandra ?

There is/are lucandra/solandra: https://github.com/tjake/Lucandra
<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 the hints & suggested items. This is
implemented in SQL databases using the LIKE, is it possible to anyhow
implement this in an application powered by cassandra ?

How do I go forward to implement this feature, very much required for my case?

Would I have to consider a MySQL DB for implementing this particular
feature there, and rest in Cassandra ?


Thanks
-Asil


________________________________

Impetus to Present Big Data -- Analytics Solutions and Strategies at TDWI World Conference (Feb 13-18) in Las Vegas.We are also bringing cloud experts together at CloudCamp, Delhi on Feb 12. CloudCamp is an unconference where early adopters of Cloud Computing technologies exchange ideas.

Click http://www.impetus.com to know more.


NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.

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

Posted by Shaun Cutts <sh...@cuttshome.net>.
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 the hints & suggested items. This is
> implemented in SQL databases using the LIKE, is it possible to anyhow
> implement this in an application powered by cassandra ?
> 
> How do I go forward to implement this feature, very much required for my case?
> 
> Would I have to consider a MySQL DB for implementing this particular
> feature there, and rest in Cassandra ?
> 
> 
> Thanks
> -Asil