Skip navigation links

Package org.apache.geode.cache.lucene

This package provides an integration with Apache Lucene that allows Geode regions to be indexed in a distributed Lucene index and queries using Lucene queries.

See: Description

Package org.apache.geode.cache.lucene Description

This package provides an integration with Apache Lucene that allows Geode regions to be indexed in a distributed Lucene index and queries using Lucene queries.

All indexing and query operations are performed through the LuceneService class. See LuceneService for an example of how to add a Lucene index to a Geode region.

The Lucene indexes created using this API are stored in Geode and colocated with the indexed region, which means they have the same availability guarantees as the underlying region. The indexes are maintained asynchronously, so changes to the region may not be immediately visible in the Lucene index.

Skip navigation links