-
Bug
-
Resolution: Done
-
Major
-
9.0.0.Final
-
None
Adding the following cache config requires server reload otherwise the indexing strategy is ignored.
<local-cache-configuration name="manualIndexingCacheConfig"> <indexing index="LOCAL"> <property name="default.directory_provider">ram</property> <property name="hibernate.search.jmx_enabled">true</property> <property name="lucene_version">LUCENE_CURRENT</property> <property name="hibernate.search.indexing_strategy">manual</property> </indexing> </local-cache-configuration> <local-cache name="manualIndexingCache" configuration="manualIndexingCacheConfig"/>