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:
Britt Park
2006-09-07 16:57:32 +00:00
parent 17284e4dae
commit 9c8ae2b7c4
2 changed files with 28 additions and 0 deletions

View File

@@ -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>