views:

98

answers:

1

Hi all,

Would it be a good option to use key-value store database like cassandra and riak for storing your texts, which will be used for full-text search? If it is not recommendable, what are the reason for not going this path? Anybody has any experience on using key-value store for full-text search store?

Thanks for sharing.

+1  A: 

For that I recommend you look at tjake's excellent project called Lucandra (Lucandra - A Cassandra Backend for Lucene/Solr)

Schildmeijer