SiteDiscoveryHelper siteDisc =
new SiteDiscoveryHelper(sharepointClientContext, null);
SharepointAuthorizationManager authMan = new SharepointAuthorizationManager(
clientFactory, this.sharepointClientContext,
siteDisc.getMatchingSiteCollections());
AuthenticationIdentity authID = new SimpleAuthenticationIdentity(
TestConfiguration.searchUserID, TestConfiguration.searchUserPwd);
Set<String> docids = new HashSet<String>();
docids.add(TestConfiguration.SearchDocID1);
docids.add(TestConfiguration.SearchDocID2);