Class Summary |
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. |