09-07-2010 10:00 AM
lucene.query.maxClauses=10000
#
# Properties to limit resources spent on individual searches
#
# The maximum time spent pruning results
system.acl.maxPermissionCheckTimeMillis=1000000
# The maximum number of results to perform permission checks against
system.acl.maxPermissionChecks=10000
int batchSize=10000;
QueryConfiguration cfg = new QueryConfiguration();
cfg.setFetchSize(batchSize);
repositoryService = WebServiceFactory.getRepositoryService();
repositoryService.setHeader(new RepositoryServiceLocator().getServiceName().getNamespaceURI(),"QueryHeader",cfg);
10-11-2010 11:54 AM
11-09-2010 06:21 AM
01-04-2011 12:09 PM
01-11-2011 02:45 PM
+(PATH:"/app:company_home/st:sites/cm:Secretaria/cm:Circulares/cm:salida//*")
it returns 6.046 nodes and, incredibly if i search using this, only returns 1000!!!:
+(PATH:"/app:company_home/st:sites/cm:Secretaria/cm:Circulares/cm:salida//*") +(TYPE:"{http://www.alfresco.org/model/content/1.0}content")
02-01-2011 04:50 PM
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.