ALF-19782 "4.2 Enterprise can not be started using noindex search subsystem" : fix fallout from public api merge

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54361 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Steven Glover
2013-08-21 14:49:28 +00:00
parent ab4ca7177f
commit a41cd0200f
2 changed files with 24 additions and 1 deletions

View File

@@ -130,5 +130,15 @@
</property>
</bean>
<bean id="search.cmis.alfresco.index1.1" class="org.alfresco.repo.search.impl.solr.NoIndexQueryLanguage" >
<property name="factories">
<list>
<ref bean="search.indexerAndSearcherFactory" />
</list>
</property>
<property name="name">
<value>solr-cmis</value>
</property>
</bean>
</beans>

View File

@@ -16,4 +16,17 @@
<ref bean="dictionaryService" />
</property>
</bean>
<bean id="search.OpenCMISQueryService1.1" class="org.alfresco.repo.search.impl.noindex.NoIndexOpenCMISQueryServiceImpl" >
<property name="cmisDictionaryService">
<ref bean="OpenCMISDictionaryService1.1" />
</property>
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="alfrescoDictionaryService">
<ref bean="dictionaryService" />
</property>
</bean>
</beans>