Interface | Description |
---|---|
CacheQuery<E> |
A cache-query is what will be returned when the getQuery() method is run on
SearchManagerImpl . |
MassIndexer |
Component to rebuild the indexes from the existing data.
|
ProjectionConstants | |
ResultIterator<E> |
Iterates over query results.
|
SearchManager |
The SearchManager is the entry point to create full text queries on top of an indexed cache.
|
Transformer |
Convert objects (cache keys only) from their original Java types to a String representation (which is suitable to be
used in a Lucene index) and vice versa.
|
Class | Description |
---|---|
FetchOptions | |
Search |
This is the entry point for the Infinispan query API.
|
Enum | Description |
---|---|
FetchOptions.FetchMode |
Specifies the fetching strategy for query results.
|
Annotation Type | Description |
---|---|
Transformable |
If you annotate your object with this, it can be used as a valid key for Infinispan to index (unless your key type is
a boxed primitive, a String or a byte array in which case it can be used without a transformer).
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.