11-26-2009 08:40 AM
RetryingTransactionCallback<ResultSet> searchCallback = new RetryingTransactionCallback<ResultSet>() {
public ResultSet execute() throws Throwable {
SearchParameters sp = new SearchParameters();
sp.addStore(Repository.getStoreRef());
sp.setLanguage(SearchService.LANGUAGE_LUCENE);
sp.setQuery("PATH:\"/app:company_home/st:sites//*\" AND EXACTTYPE:\"cm:content\" AND TEXT:\"salut\"");
return searchService.query(sp);
}
};
try {
ResultSet results = transactionService.getRetryingTransactionHelper().doInTransaction(searchCallback, true);
System.out.println("Resultats : " + results.length());
} catch (Throwable e) {
e.printStackTrace();
}
11-27-2009 05:16 AM
# The maximum time spent pruning results
system.acl.maxPermissionCheckTimeMillis=10000
# The maximum number of results to perform permission checks against
system.acl.maxPermissionChecks=1000
12-04-2009 07:43 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.