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 SearchManagerImplementor
QueryEngine. getSearchManager()
-
Uses of SearchManagerImplementor in org.infinispan.query.impl
Classes in org.infinispan.query.impl that implement SearchManagerImplementor Modifier and Type Class Description class
SearchManagerImpl
Class that is used to build aCacheQuery
based on a Lucene or an Ickle query, only for indexed caches.
-