How to use Solandra to index a Cassandra database
I am creating a Cassandra database and would like full-text indexing and searching on my Cassandra database. Several blogs and stackoverflow posts suggest indexing with Solandra, but do not say how. The Solandra wiki indicates that Solandra only provides a Cassandra back-end for Solr, not that it indexes Cassandra.
So, is Solandra able to index a Cassandra database automatically?开发者_运维百科 That is to say, can I update a Cassandra database without posting data to Solandra separately?
Or, is the way to use it to both update a Cassandra database that I wish to index and simultaneously post the data to Solandra as I would with with Solr?
Thanks for the help.
"can I update a Cassandra database without posting data to Solandra separately?"
Not yet.
精彩评论