Hi,
In my project i have a keyspace and a set of columnfamily. All the CRUD operation on the columnfamily are done using cassandra (Astyanax API) and maximum number of queries also except for those query where partial search operations are required, and for those cases i want to use solr. Please suggest me how to proceed with solr part.
