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:
Raluca Munteanu
2015-10-21 08:53:28 +00:00
parent 80fb9ad682
commit 508e6e3d06
6 changed files with 377 additions and 5 deletions

View File

@@ -181,4 +181,12 @@ public interface SOLRTrackingComponent
* This is an optional feature.
*/
public ShardRegistry getShardRegistry();
/**
* Compute the CRC for the parent associations to this node that can cause its PATH to change
* - primary & secondary associations and virtual associations from categories.
* @param nodeId
* @return
*/
public long getCRC(Long nodeId);
}