Martin Gencur created ISPN-7662:
-----------------------------------
Summary: Adding cache configuration with specific indexing properties
requires server reload
Key: ISPN-7662
URL:
https://issues.jboss.org/browse/ISPN-7662
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 9.0.0.CR3
Reporter: Martin Gencur
Adding the following cache config requires server reload otherwise the indexing strategy
is ignored.
{code}
<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"/>
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)