Interface Summary |
CacheQuery |
A cache-query is what will be returned when the getQuery() method is run on SearchManagerImpl . |
ModuleCommandIds |
The Query module is using custom RPC commands; to make sure the used command ids
are unique all numbers are defined here, and should stay in the range 100-119
which is the reserved range for this module. |
QueryIterator |
Iterates over query results
|
SearchManager |
The SearchManager is the entry point to create full text queries on top of a cache. |
Transformer |
The task of this interface is to convert keys from their original types to a String representation (which can be
used in Lucene) and vice versa. |