Uses of Package
org.infinispan.query
-
Packages that use org.infinispan.query Package Description org.infinispan.query Query API.org.infinispan.query.clustered org.infinispan.query.impl org.infinispan.query.spi -
Classes in org.infinispan.query used by org.infinispan.query Class Description CacheQuery A cache-query is what will be returned when the getQuery() method is run onSearchManagerImpl
.FetchOptions FetchOptions.FetchMode Specifies the fetching strategy for query results.MassIndexer Component to rebuild the indexes from the existing data.ResultIterator 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. -
Classes in org.infinispan.query used by org.infinispan.query.clustered Class Description CacheQuery A cache-query is what will be returned when the getQuery() method is run onSearchManagerImpl
.FetchOptions ResultIterator Iterates over query results. -
Classes in org.infinispan.query used by org.infinispan.query.impl Class Description CacheQuery A cache-query is what will be returned when the getQuery() method is run onSearchManagerImpl
. -
Classes in org.infinispan.query used by org.infinispan.query.spi Class Description CacheQuery A cache-query is what will be returned when the getQuery() method is run onSearchManagerImpl
.SearchManager The SearchManager is the entry point to create full text queries on top of an indexed cache.