mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Changed configuration to index nodes in AVM stores. Indexing only occurs
for avm nodes created/manipulated via NodeService. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3714 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -161,6 +161,9 @@
|
||||
<entry key="versionStore">
|
||||
<ref bean="luceneIndexerAndSearcherFactory"></ref>
|
||||
</entry>
|
||||
<entry key="avm">
|
||||
<ref bean="luceneIndexerAndSearcherFactory"></ref>
|
||||
</entry>
|
||||
</map>
|
||||
</property>
|
||||
</bean>
|
||||
@@ -180,6 +183,9 @@
|
||||
<entry key="versionStore">
|
||||
<ref bean="luceneCategoryService"></ref>
|
||||
</entry>
|
||||
<entry key="avm">
|
||||
<ref bean="luceneCategoryService"></ref>
|
||||
</entry>
|
||||
</map>
|
||||
</property>
|
||||
</bean>
|
||||
|
Reference in New Issue
Block a user