| CacheQuery |
A cache-query is what will be returned when the getQuery() method is run on SearchManagerImpl.
|
| FetchOptions |
|
| FetchOptions.FetchMode |
Specifies the fetching strategy for query results.
|
| MassIndexer |
Component to rebuild the indexes from the existing data.
|
| ResultIterator |
Iterates over query results.
|
| SearchManager |
The SearchManager is the entry point to create full text queries on top of an indexed cache.
|
| Transformer |
Convert objects (cache keys only) from their original Java types to a String representation (which is suitable to be
used in a Lucene index) and vice versa.
|