Uses of Interface
org.infinispan.query.spi.SearchManagerImplementor
-
Packages that use SearchManagerImplementor Package Description org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.query.impl Query module internals. -
-
Uses of SearchManagerImplementor in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl that return SearchManagerImplementor Modifier and Type Method Description protected SearchManagerImplementorQueryEngine. getSearchManager() -
Uses of SearchManagerImplementor in org.infinispan.query.impl
Classes in org.infinispan.query.impl that implement SearchManagerImplementor Modifier and Type Class Description classSearchManagerImplClass that is used to build aCacheQuerybased on a Lucene or an Ickle query, only for indexed caches.
-