Uses of Class
org.infinispan.query.dsl.IndexedQueryMode
-
Packages that use IndexedQueryMode Package Description org.infinispan.query Query API.org.infinispan.query.dsl Query DSL API. -
-
Uses of IndexedQueryMode in org.infinispan.query
Methods in org.infinispan.query with parameters of type IndexedQueryMode Modifier and Type Method Description <E> CacheQuery<E>SearchManager. getQuery(java.lang.String queryString, IndexedQueryMode indexedQueryMode, java.lang.Class<?>... classes)Builds aCacheQueryfrom an Ickle query string.<E> CacheQuery<E>SearchManager. getQuery(org.apache.lucene.search.Query luceneQuery, IndexedQueryMode indexedQueryMode, java.lang.Class<?>... classes)This is a simple method that will just return aCacheQuery, filtered according to a set of classes passed in. -
Uses of IndexedQueryMode in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return IndexedQueryMode Modifier and Type Method Description static IndexedQueryModeIndexedQueryMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexedQueryMode[]IndexedQueryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.query.dsl with parameters of type IndexedQueryMode Modifier and Type Method Description QueryQueryFactory. create(java.lang.String queryString, IndexedQueryMode queryMode)Creates a Query based on an Ickle query string
-