有没有办法使用Apache Lucene并让它存储值并从Cassandra集群中检索值?
答案 0 :(得分:1)
困难的方法:在Lucene之上实现custom index type并教授Cassandra查询它。您还可以a two year old ticket打开它。
昂贵的方式:购买DataStax Enterprise许可证。
答案 1 :(得分:0)
你应该试试https://code.google.com/p/lucene-on-cassandra/。对DataStax方法采用不同的方法。