| Interface | Description |
|---|---|
| LuceneIndex |
An lucene index is built over the data stored in a GemFire Region.
|
| LuceneQuery<K,V> |
Provides wrapper object of Lucene's Query object and execute the search.
|
| LuceneQueryFactory |
Factory for creating instances of
LuceneQuery. |
| LuceneQueryProvider |
The instances of this class will be used for distributing Lucene Query objects and re-constructing the Query object.
|
| LuceneQueryResults<K,V> |
Defines the interface for a container of lucene query result collected from function execution.
|
| LuceneResultStruct<K,V> |
Abstract data structure for one item in query result.
|
| LuceneService |
LuceneService instance is a singleton for each cache.
|
| Class | Description |
|---|---|
| LuceneServiceProvider |
Class for retrieving or creating the currently running
instance of the LuceneService.
|