1 Reply Latest reply on Jun 30, 2015 5:52 AM by gustavonalle

    How to use more threads whith infinispan massIndexer?

    klarqkent

      Hi all,

       

      I want to tuning the massIndexer execution. Its possible to define a number of threads to massIndexer?

       

      The documentation for Hibernate-Search said this:

       

      fullTextSession .createIndexer( User.class ) .batchSizeToLoadObjects( 25 ) .cacheMode( CacheMode.NORMAL ) .threadsToLoadObjects( 12 ) .idFetchSize( 150 ) .progressMonitor( monitor ) //a MassIndexerProgressMonitor implementation .startAndWait();

       

      Obviously this is another massindexer implementation. But there is similiar options for massindexer in infinispan implementation?

       

      I use infinispan 7.2.2.