Package | Description |
---|---|
org.infinispan.query |
Query API.
|
org.infinispan.query.dsl |
Query DSL API.
|
Modifier and Type | Method and Description |
---|---|
<E> CacheQuery<E> |
SearchManager.getQuery(Query luceneQuery,
IndexedQueryMode indexedQueryMode,
Class<?>... classes)
This is a simple method that will just return a
CacheQuery , filtered according to a set of classes passed
in. |
<E> CacheQuery<E> |
SearchManager.getQuery(String queryString,
IndexedQueryMode indexedQueryMode,
Class<?>... classes)
Builds a
CacheQuery from a query string. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Query |
QueryFactory.create(String queryString,
IndexedQueryMode queryMode)
Creates a Query based on an Ickle query string
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.