This document discusses advanced search and top-K queries in Cassandra. It proposes integrating Lucene indexes with each Cassandra node to enable more expressive queries like range queries, multi-variable searches, and top-K queries. The integration would allow each node to index its own data with Lucene while supporting distributed queries. The approach aims to combine the expressiveness of Lucene with Cassandra's architecture and compatibility with Spark.