Akhilesh Reddy
Akhilesh Reddy

Reputation: 13

Full text search using solandra

I already have a cassandra database which has a column with text and other column with a document ID. I want to search the text column with a few phrases for some analytical purpose. I've decided to go with Solandra. Can anyone please suggest as to how do I integrate solandra with an existing cassandra database? Any pointers to a reliable documentation will also help me.

Upvotes: 0

Views: 170

Answers (1)

Eduardo Alonso
Eduardo Alonso

Reputation: 233

There are instructions of how to do it in its github repository readme

There are other solutions, cassandra-lucene index that fits to your use case.

Upvotes: 0

Related Questions