Package org.infinispan.query.impl
package org.infinispan.query.impl
Query module internals.
-
ClassDescriptionLookup methods for various internal components of search module.WARNING, slow as a senile dog, uses Java Serialization and base64 encoding to get a String representation of an Object.EntityLoaded<E>EntityLoader<E>WARNING: Generated code!IndexedQuery<E>A query that uses indexing.Lucene based indexed query implementation.This MBean exposes the query statistics from the Hibernate Search's SearchIntegrator Statistics object via delegation.An
IdentifierBridge
to map cache keys to the document identifiers.Lifecycle of the Query module: initializes the Hibernate Search engine and shuts it down at cache stop.Wraps the query to be executed in a cache represented either as an Ickle query String or as aSearchQuery
together with parameters and pagination and sort information.WARNING: Generated code!Adaptor to use a linkSearchScroll
as an iterator.