cassandra-lucene-index
cassandra-lucene-index copied to clipboard
Lucene based secondary indexes for Cassandra
Hi ``` sql select id FROM vobject per partition limit 1; --return 10 ``` ``` sql select id FROM vobject where expr(vobject_lucene, '{ filter:[ {type:"match",field:"class",value:"/matrix/devops/event"} ], sort:{field:"ctime", reverse:true} }') per...
Hi, sorry for this issue, but I neet help... How can I mapping UDT field in map ? I have table ``` sql CREATE TABLE services ( id uuid, company...
It would be awesome to support [MoreLikeThis Queries](http://lucene.apache.org/core/6_0_0/queries/org/apache/lucene/queries/mlt/MoreLikeThisQuery.html) to create Content Based recommendations.