mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Tenant service/unindexed version store build fix ups
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10950 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -561,6 +561,9 @@
|
||||
class="org.alfresco.repo.search.impl.lucene.ADMLuceneUnIndexedIndexAndSearcherFactory">
|
||||
<property name="nodeService">
|
||||
<ref bean="mlAwareNodeService" />
|
||||
</property>
|
||||
<property name="tenantService">
|
||||
<ref bean="tenantService"/>
|
||||
</property>
|
||||
<property name="dictionaryService">
|
||||
<ref bean="dictionaryService" />
|
||||
|
@@ -34,6 +34,7 @@ public class ADMLuceneUnIndexedIndexAndSearcherFactory extends ADMLuceneIndexerA
|
||||
{
|
||||
ADMLuceneNoActionIndexerImpl indexer = ADMLuceneIndexerImpl.getNoActionIndexer(storeRef, deltaId, this);
|
||||
indexer.setNodeService(nodeService);
|
||||
indexer.setTenantService(tenantService);
|
||||
indexer.setDictionaryService(dictionaryService);
|
||||
// indexer.setLuceneIndexLock(luceneIndexLock);
|
||||
indexer.setFullTextSearchIndexer(fullTextSearchIndexer);
|
||||
|
Reference in New Issue
Block a user