简体   繁体   中英

Storing a Lucene index in a Cassandra DB

有什么方法可以使用Apache Lucene并使其存储值并从Cassandra集群检索值?

The hard way: implement a custom index type on top of Lucene and teach Cassandra to query it. There is also a two year old ticket open for this that you could watch.

The expensive way: buy a DataStax Enterprise license.

You should try out https://code.google.com/p/lucene-on-cassandra/ . Takes a different approach to the DataStax approach.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM