All Classes and Interfaces

Class
Description
 
 
An implementation of the ClassResolver, ResourceResolver and ServiceResolver contracts that just delegates loading to an actual ClassLoader.
 
 
Lookup methods for various internal components of search module.
 
Types of CQWorker.
 
Similar to KeywordTokenizerFactory but with a configurable buffer size.
WARNING, slow as a senile dog, uses Java Serialization and base64 encoding to get a String representation of an Object.
 
 
An extension of IndexedQueryImpl used for distributed queries.
Can convert an entity before indexing it.
The result of an entity conversion
 
A reference to an indexed entity.
 
Identifiers used by the Marshaller to delegate to specialized Externalizers.
 
A query that uses indexing.
Lucene based indexed query implementation.
Interacts directly with cache indexes.
 
 
 
Handle batch updates to an index.
Mass indexer task.
 
A very simple introspector roughly following Java Beans conventions.
Message bundle for event contexts in the Infinispan Search mapper.
Warning this class consists of generated code.
 
 
 
 
 
 
 
 
This MBean exposes the query statistics from the Hibernate Search's SearchIntegrator Statistics object via delegation.
 
 
 
A factory for filters expecting a simple string representation of dirty paths, in the form "propertyA.propertyB.propertyC".
 
This transforms arbitrary keys to a String which can be used by Lucene as a document identifier, and vice versa.
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.
A IndexStatistics for an indexed Cache.
Log abstraction for the query module.
Log abstraction for the search mapper module.
Warning this class consists of generated code.
Warning this class consists of generated code.
 
 
 
 
WARNING: this Externalizer implementation drops some state associated to the SortField instance.
 
 
 
 
 
 
 
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.
A TopDocs with an array with keys of each result.
 
Like ReflectionMatcher but also able to use Hibernate Search metadata if available.
WARNING: Generated code! Do not edit!
 
An object responsible for configuring the Hibernate Search mapping.
 
 
Wraps the query to be executed in a cache represented either as an Ickle query String or as a SearchQuery together with parameters and pagination and sort information.
 
Adds indexing capability to the light (index-less) QueryEngine from query-core module.
A result processor that processes projections (rows).
This interceptor will be created when the System Property "infinispan.query.indexLocalOnly" is "false"
 
 
 
 
 
 
The response for a ClusteredQueryOperation.
 
Adaptor to use a link SearchScroll as an iterator.
Entry point for performing Infinispan queries.
A descriptor of an indexed entity type, exposing in particular the index manager for this entity.
 
 
 
 
Stores some fields that could be useful to build a SearchMappingBuilder also at a later time.
Extracts Hibernate Search native configuration properties from a IndexingConfiguration.
Mutable builder for LuceneSearchQuery.
An *Expr Visitor that transforms a IckleParsingResult into a SearchQueryParsingResult.
Represents a set of types and the corresponding indexes, allowing to build search-related objects (query, predicate, ...) taking into account the relevant indexes and their metadata (underlying technology, field types, ...).
 
 
The entry point for explicit index operations.
 
Transaction related helper.
Annotate objects to convert them to keys that Infinispan can index.
Converts objects (cache keys only) to and from their Java types to String representations so that Infinispan can index them.