mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Merged HEAD (5.1) to 5.1.N (5.1.1)
114654 ahind: 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/BRANCHES/DEV/5.1.N/root@114850 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user