Stratio / cassandra-lucene-index

Lucene based secondary indexes for Cassandra
Apache License 2.0
600 stars 170 forks source link

Support for Cassandra 4 #408

Open gg-dt opened 5 years ago

gg-dt commented 5 years ago

Hello,

I would be interested in using the Lucene plugin with Cassandra 4. I tried to get the 3.11.3 branch working with Cassandra 4 but encountered several compile-time errors. Most notably, CFMetaData and ColumnDefinition no longer exist in the Cassandra 4 code-base, but there seem to have been several other breaking changes.

Do you intend to create a Cassandra 4 branch and try to support the newest version of Cassandra in the near future?

Thanks, GG