mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V3.2 to HEAD
16737: Fix for ETHREEOH-2903: MSSQL bootstrap failed : "n must be positive" 16826: Missing merge metadata on root from previous check-in CHK-9689 16847: Merged V3.1 to V3.2 16835: Build fix after PDFBox lib change 16915: (RECORD ONLY) Removed deep svn:mergeinfo 16923: Lucene performance: avoid too many index deltas ... 16933: Fix ETHREEOH-1788 - Bootstrap fails due to disabled-avm-indexing-context.xml 16935: Merged V3.1 to V3.2 15894: Fix ETHREEOH-2416 and ALFCOM-3300: Duplicate name exceptions not being trapped correctly 16936: Merged V3.1 to V3.2 16672: Fixed ETHREEOH-2021: System error appears when trying to paste content 16686: Fixed ETHREEOH-2129: HibernateNodeDaoService implementation does not cater for a null condition ___________________________________________________________________ Modified: svn:mergeinfo Merged /alfresco/BRANCHES/V3.1:r15894,16672,16686,16811,16816,16835 Merged /alfresco/BRANCHES/V3.2:r16737,16826,16847,16915,16923,16933,16935-16936 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@17015 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -219,8 +219,18 @@ public class AVMSnapShotTriggeredIndexingMethodInterceptor implements MethodInte
|
||||
{
|
||||
this.defaultMode = defaultMode;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Is snapshot triggered indexing enabled
|
||||
*
|
||||
* @return true if indexing is enabled for AVM
|
||||
*/
|
||||
public boolean isIndexingEnabled()
|
||||
{
|
||||
return enableIndexing;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param store
|
||||
* @param before
|
||||
* @param after
|
||||
|
Reference in New Issue
Block a user