Merged V3.2 to HEAD

16006: Merged V3.1 to V3.2 
        16003: Fix for ETHREEOH-2736: FTS Cleaning process removes valid search terms 


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16046 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2009-09-02 11:27:55 +00:00
parent 4f1cf347a1
commit 3351a38b6c

View File

@@ -914,6 +914,7 @@ public class ADMLuceneIndexerImpl extends AbstractLuceneIndexerImpl<NodeRef> imp
// only indexing atomic properties
// indexing will take too long, so push it to the background
wereAllAtomic = false;
readerReady = false;
}
else
{