08-11-2008 08:46 AM
StoreRef storeRef = new StoreRef(StoreRef.PROTOCOL_WORKSPACE,
"SpacesStore");
ResultSet resultSet = searchService.query(storeRef,
SearchService.LANGUAGE_LUCENE, "PATH:\"/app:company_home\"");
StoreRef companyHome = resultSet.getNodeRef(0).getStoreRef();
resultSet = searchService.query(companyHome,
SearchService.LANGUAGE_LUCENE, "@cm\\:name:\"" + groupName + "\"");
09-17-2008 04:42 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.