Interface | Description |
---|---|
SearchWorkCreator<T> |
Creates collections of Work instances that should be performed by Hibernate-Search.
|
Class | Description |
---|---|
ComponentRegistryServiceProvider |
Simple wrapper to make the Cache ComponentRegistry available to the services managed by
Hibernate Search
|
KeyTransformationHandler |
This transforms arbitrary keys to a String which can be used by Lucene as a document identifier, and vice versa.
|
LocalQueryInterceptor |
This class is an interceptor that will index data only if it has come from a local source.
|
QueryInterceptor |
This interceptor will be created when the System Property "infinispan.query.indexLocalOnly" is "false"
This type of interceptor will allow the indexing of data even when it comes from other caches within a cluster.
|
SearchableCacheConfiguration |
Class that implements
org.hibernate.search.cfg.SearchConfiguration so that within Infinispan-Query, there is
no need for a Hibernate Core configuration object. |
TransactionalEventTransactionContext |
This class implements the
TransactionContext interface. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.