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>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.WARNING: Generated code! Do not edit!Lifecycle of the Query module: initializes the Hibernate Search engine and shuts it down at cache stop.The Query module is using custom RPC commands; to make sure the used command ids are unique all numbers are defined here, and should stay in the range 100-119 which is the reserved range for this module.WARNING: Generated code! Do not edit!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.Adaptor to use a linkSearchScroll
as an iterator.