Class Summary |
IndexUpdateCommand |
Custom RPC command containing an index update request for the
Master IndexManager of a specific cache & index. |
InfinispanCommandsBackend |
An Hibernate Search backend module tailored to delegate index writing to
another node in the Infinispan cluster using custom remoting commands. |
InfinispanIndexManager |
A custom IndexManager to store indexes in the grid itself. |
LuceneWorkTransformationVisitor |
The serialized form of LuceneWork needs to be adjusted after deserialization to apply
our custom keyTransformers. |
MasterSwitchDelegatingQueueProcessor |
Switches between local indexing by delegating to a traditional BackendQueueProcessor
or to the custom InfinispanCommandsBackend to delegate to remote nodes. |