mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
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:
+1
-1
@@ -22,7 +22,7 @@ public class Node
|
||||
{
|
||||
public static enum SolrApiNodeStatus
|
||||
{
|
||||
UPDATED, DELETED, UNKNOWN;
|
||||
UPDATED, DELETED, UNKNOWN, SHARD_DELETED;
|
||||
};
|
||||
|
||||
private long id;
|
||||
|
||||
Reference in New Issue
Block a user