Stratio / cassandra-lucene-index

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

Bug: cassandra-lucene-index overrides query processor without chaining #381

Open hkroger opened 6 years ago

hkroger commented 6 years ago

If I have a custom query processor for audit purposes, cassandra-lucene-index overrides the query processor without chaining.

See the activate method: https://github.com/Stratio/cassandra-lucene-index/blob/branch-3.0.14/plugin/src/main/scala/com/stratio/cassandra/lucene/IndexQueryHandler.scala