Cassandra full text search like
问题 Let's say I have a column family named Questions like below: Questions = { Who are you: { username: "user1" }, What is the answer: { username: "user1" }... } How do I search for all the questions that contain certain words? Get all questions that contain 'what' word. How do I do it using python or at least Java? 回答1: Solandra (https://github.com/tjake/Solandra) is the new name for Lucandra. Solandra is a combination of Cassandra and Solr (which is based on the Lucene full-text search engine).