0

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.

Vertexwahn
  • 7,709
  • 6
  • 64
  • 90

1 Answers1

0

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.

Eduardo Alonso
  • 233
  • 1
  • 5