Apache Lucene

You can add the Apache Lucene add-on to Apache Cassandra clusters to avail the functionality of indexing cluster data which allows you to search on the cluster data at blazing speed.

With Lucene index, you get advanced search capabilities including full-text search, multivariable, geospatial and bi-temporal search.

Cassandra Setup

In this example, we will create a Lucene index and search using the index.

  • Creating Lucene Index

  • Searching using index with one field

  • Searching using index with multiple field