On Mon, Apr 12, 2010 at 3:34 PM, Olexiy Prokhorenko
<ole...@prokhorenko.us> wrote:
> Hello,
>
> Asked this question on Stack Oveflow
> (http://stackoverflow.com/questions/2619744/searches-and-general-querying-with-hbase-and-or-cassandra-best-practices)
> but didn't get much of answers. May be some Cassandra people can help
> me and point to the right direction? So:
>
> I have User model object with quite few fields (properties, if you
> wish) in it. Say "firstname", "lastname", "city" and "year-of-birth".
> Each user also gets "unique id".
>
> I want to be able to search by them. How do I do that properly? How to
> do that at all?

By using a search indexing lib, like Solr (Lucene + additional goodies)?
Or things built on Cassandra that do something similar (Lucandra)?

-+ Tatu +-

Reply via email to