cassandra-lucene-index icon indicating copy to clipboard operation
cassandra-lucene-index copied to clipboard

Lucene based secondary indexes for Cassandra

Results 64 cassandra-lucene-index issues
Sort by recently updated
recently updated
newest added

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...

new feature

When do you expect to release support for static columns?

new feature

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...

new feature

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.

new feature