Fix for ACE-4420 SOLR 4 - sharded - rename and move operations will not update descendants and add incorrect nodes to the shard

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@114654 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2015-10-19 09:24:52 +00:00
parent 4e0acbf14a
commit 3a69cdf7bb
@@ -22,7 +22,7 @@ public class Node
{
public static enum SolrApiNodeStatus
{
UPDATED, DELETED, UNKNOWN, SHARD_DELETED;
UPDATED, DELETED, UNKNOWN, NON_SHARD_DELETED, NON_SHARD_UPDATED;
};
private long id;