Fix for ACE-4081 SOLR 4 - sharded - shard delete removes undeleted docs from the cached content

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@109668 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2015-08-06 11:05:56 +00:00
parent 185b2b1db9
commit 73254f7e57
@@ -22,7 +22,7 @@ public class Node
{
public static enum SolrApiNodeStatus
{
UPDATED, DELETED, UNKNOWN;
UPDATED, DELETED, UNKNOWN, SHARD_DELETED;
};
private long id;