Class DistributedExecutorMassIndexer

  • All Implemented Interfaces:
    Indexer, MassIndexer

    @MBean(objectName="MassIndexer",
           description="Component that rebuilds the Lucene index from the cached data")
    public class DistributedExecutorMassIndexer
    extends Object
    implements MassIndexer, Indexer
    Since:
    7.1
    Author:
    gustavonalle
    • Constructor Detail

      • DistributedExecutorMassIndexer

        public DistributedExecutorMassIndexer​(org.infinispan.AdvancedCache<?,​?> cache,
                                              org.hibernate.search.spi.SearchIntegrator searchIntegrator,
                                              KeyTransformationHandler keyTransformationHandler,
                                              org.infinispan.commons.time.TimeService timeService)