Uses of Interface
org.infinispan.query.impl.IndexedQuery
Packages that use IndexedQuery
-
Uses of IndexedQuery in org.infinispan.query.impl
Classes in org.infinispan.query.impl that implement IndexedQueryModifier and TypeClassDescriptionclass
Lucene based indexed query implementation.Methods in org.infinispan.query.impl that return IndexedQueryModifier and TypeMethodDescriptionIndexedQuery.firstResult
(int index) Sets the index of the first result, skipping the previous ones.IndexedQueryImpl.firstResult
(int firstResult) Sets the result of the given integer value to the first result.IndexedQuery.hitCountAccuracy
(int hitCountAccuracy) Limit the required accuracy of the hit count for the indexed queries to an upper-bound.IndexedQueryImpl.hitCountAccuracy
(int hitCountAccuracy) IndexedQuery.maxResults
(int maxResults) Sets the maximum number of results to return from the query.IndexedQueryImpl.maxResults
(int maxResults) Set the timeout for this query.