I just installed the Stratio cassandra-lucene-index Cassandra plugin.
Is it possible to use the Stratio cassandra-lucene-index via BoundStatements somehow ? Or Using the Builder is the closest as it can get ?
The reason I am asking is because I and looking to make my existing DAO layer, that is 100% based on BoundStatements, to use the Stratio cassandra-lucene-index and would like to continue using BoundStatements for many reasons: clarity, security and overall coding standardization within my application.
Thanks