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(String queryString, IndexedQueryMode indexedQueryMode, Class<?>... classes)
Builds aCacheQuery
from an Ickle query string.<E> CacheQuery<E>
SearchManager. getQuery(org.apache.lucene.search.Query luceneQuery, IndexedQueryMode indexedQueryMode, Class<?>... classes)
Deprecated.Support for Lucene queries is deprecated. -
Uses of IndexedQueryMode in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return IndexedQueryMode Modifier and Type Method Description static IndexedQueryMode
IndexedQueryMode. valueOf(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 Query
QueryFactory. create(String queryString, IndexedQueryMode queryMode)
Creates a Query based on an Ickle query string
-