CacheQuery<E> |
CacheQuery.disableFullTextFilter(String name) |
Deprecated.
Disable a given filter by its name.
|
CacheQuery<E> |
CacheQuery.filter(org.apache.lucene.search.Filter f) |
Deprecated.
Allows lucene to filter the results.
|
CacheQuery<E> |
CacheQuery.firstResult(int index) |
Deprecated.
Sets a result with a given index to the first result.
|
<E> CacheQuery<E> |
SearchManager.getQuery(String queryString) |
Deprecated.
|
<E> CacheQuery<E> |
SearchManager.getQuery(String queryString,
IndexedQueryMode indexedQueryMode) |
Deprecated.
|
CacheQuery<E> |
CacheQuery.maxResults(int numResults) |
Deprecated.
Sets the maximum number of results to the number passed in as a parameter.
|
CacheQuery<Object[]> |
CacheQuery.projection(String... fields) |
Deprecated.
Defines the Lucene field names projected and returned in a query result
Each field is converted back to it's object representation, an Object[] being returned for each "row"
|
CacheQuery<E> |
CacheQuery.sort(org.apache.lucene.search.Sort s) |
Deprecated.
Allows lucene to sort the results.
|
CacheQuery<E> |
CacheQuery.timeout(long timeout,
TimeUnit timeUnit) |
Deprecated.
Set the timeout for this query.
|