mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
84775: Merged PLATFORM1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 80989: ACE-1037: SOLR 4 - Information server implementation - the rest - Implemented todos git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85137 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -32,6 +32,7 @@ public class AclReport
|
||||
private Long indexAclDoc;
|
||||
|
||||
private Long indexAclTx;
|
||||
private Long indexedAclDocCount;
|
||||
|
||||
/**
|
||||
* @return the aclId
|
||||
@@ -96,7 +97,14 @@ public class AclReport
|
||||
{
|
||||
this.indexAclTx = indexAclTx;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public Long getIndexedAclDocCount()
|
||||
{
|
||||
return indexedAclDocCount;
|
||||
}
|
||||
|
||||
public void setIndexedAclDocCount(Long indexedAclDocCount)
|
||||
{
|
||||
this.indexedAclDocCount = indexedAclDocCount;
|
||||
}
|
||||
}
|
||||
|
@@ -38,6 +38,7 @@ public class NodeReport
|
||||
private Long indexLeafTx;
|
||||
|
||||
private Long indexAuxTx;
|
||||
private Long indexedNodeDocCount;
|
||||
|
||||
|
||||
/**
|
||||
@@ -157,6 +158,13 @@ public class NodeReport
|
||||
this.indexAuxTx = indexAuxTx;
|
||||
}
|
||||
|
||||
|
||||
public Long getIndexedNodeDocCount()
|
||||
{
|
||||
return indexedNodeDocCount;
|
||||
}
|
||||
|
||||
public void setIndexedNodeDocCount(Long indexedNodeDocCount)
|
||||
{
|
||||
this.indexedNodeDocCount = indexedNodeDocCount;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user