All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description CacheQuery<E> Deprecated. Since 11.0, replaced byQueryin the Query API andIndexedQueryinternally.CacheQueryImpl<E> Implementation class of the CacheQuery interface.ClusteredCacheQueryImpl<E> An extension of CacheQueryImpl used for distributed queries.ClusteredQueryOperation ClusteredQueryOperation.Externalizer ComponentRegistryUtils Lookup methods for various internal components of search module.CQCommandType Types of CQWorker.DefaultMassIndexerProgressMonitor DefaultSearchMappingProvider Defines default analyzers.DefaultSearchMappingProvider.ConfigurableBufferSizeKeywordTokenizerFactory Similar toKeywordTokenizerFactorybut with a configurable buffer size.DefaultTransformer WARNING, slow as a senile dog, uses Java Serialization and base64 encoding to get a String representation of an Object.DistributedExecutorMassIndexer ExtendedBatchBackend DecoratesDefaultBatchBackendadding capacity of doing synchronous purges and flushes.ExternalizerIds Identifiers used by the Marshaller to delegate to specialized Externalizers.FetchOptions FetchOptions.FetchMode Specifies the fetching strategy for query results.FullTextFilterExternalizer HibernateSearchPropertyHelper Uses the Hibernate Search metadata to resolve property paths.HsQueryRequest Stores the definition of aHSQuery.IndexedQuery<E> A distributed Lucene query.Indexer The indexer is used to interact directly with a cache's index.IndexUpdater Handle batch updates to an index.IndexWorker Mass indexer task.IndexWorker.Externalizer InfinispanQueryStatisticsInfo This MBean exposes the query statistics from the Hibernate Search's SearchIntegrator Statistics object via delegation.KeyTransformationHandler This transforms arbitrary keys to a String which can be used by Lucene as a document identifier, and vice versa.KnownClassKey$___Marshaller_b1b9e11dd7f2c702e88c180bbc686b798fa5794bc27ae13347aacd2e4a465e3d WARNING: Generated code! Do not edit!LifecycleManager Lifecycle of the Query module: initializes the Hibernate Search engine and shuts it down at cache stop.Log Log abstraction for the query module.Log_$logger Warning this class consists of generated code.LuceneBytesRefExternalizer LuceneFieldDocExternalizer LuceneQueryMaker<TypeMetadata> LuceneQueryMaker.FieldBridgeAndAnalyzerProvider<TypeMetadata> This provides some glue code for Hibernate Search.LuceneQueryParsingResult<TypeMetadata> LuceneScoreDocExternalizer LuceneSortExternalizer LuceneSortFieldExternalizer WARNING: this Externalizer implementation drops some state associated to the SortField instance.LuceneTopDocsExternalizer LuceneTopFieldDocsExternalizer MassIndexer Deprecated. Since 11.0, replaced byIndexer, obtained fromSearch.getIndexer(Cache)MassIndexerAlreadyStartedException ModuleCommandIds 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.NodeTopDocs A TopDocs with an array with keys of each result.NodeTopDocs.Externalizer ObjectReflectionMatcher Like ReflectionMatcher but also able to use Hibernate Search metadata if available.PersistenceContextInitializerImpl WARNING: Generated code! Do not edit!ProgrammaticSearchMappingProvider An advanced SPI to be implemented by Infinispan modules that want to customize theSearchMappingobject right before the bootstrap of theSearchIntegratorbelonging to an indexedCache.ProjectionConstants Deprecated. Since 11.0, with no replacement.QueryBox Each indexed cache in the cluster has a QueryBox instance.QueryDefinition Wraps the query to be executed in a cache represented either as a String or as aHSQueryform together with pagination and sort information.QueryDefinition.Externalizer QueryEngine<TypeMetadata> Adds indexing capability to the light (index-less) QueryEngine from query-core module.QueryEngine.RowProcessor A result processor that processes projections (rows).QueryInterceptor This interceptor will be created when the System Property "infinispan.query.indexLocalOnly" is "false"QueryModuleCommandExtensions QueryModuleImpl QueryPackageImpl QueryPackageImpl QueryPackageImpl QueryResponse The response for aClusteredQueryOperation.QueryResponse.Externalizer QueryResultLoader ResultIterator<E> Deprecated. Since 11.0 with no replacement.Search This is the entry point for the Infinispan query API.SearchableCacheConfiguration Class that implementsSearchConfigurationso that within Infinispan-Query, there is no need for a Hibernate Core configuration object.SearchManager Deprecated. since 11.0, all search operations should be done with theSearchentry point.SearchManagerImpl Class that is used to build aCacheQuerybased on a Lucene or an Ickle query, only for indexed caches.SearchManagerImplementor Deprecated. Since 11.0, without replacement.SearchWorkCreator Deprecated. since 10.1.1.SegmentFieldBridge FieldBridge to index the segment id of the key for each entry.SegmentFilterFactory Filter for infinispan segments.SegmentsClusteredQueryCommand TransactionHelper Transaction related helper.Transformable If you annotate your object with this, it can be used as a valid key for Infinispan to index (unless your key type is a boxed primitive, a String or a byte array in which case it can be used without a transformer).Transformer Convert objects (cache keys only) from their original Java types to a String representation (which is suitable to be used in a Lucene index) and vice versa.TxQueryInterceptor WrappingErrorHandler Wraps another Hibernate SearchErrorHandlerallowing extra processing of the backend error.