11-05-2008 07:51 AM
String searchQuery = "@cm\\:name:Alf*";
System.out.println("Searchquery: " + searchQuery);
StoreRef storeRef = new StoreRef("user", "alfrescoUserStore");
ResultSet resultSet = searchService.query(storeRef,
SearchService.LANGUAGE_LUCENE, searchQuery);
//System.out.println("groupName 1 =" + groupName);
if (resultSet.length() == 0) {
System.out.println("No result");
return null;
} else {…
Thanks by advance.
11-06-2008 10:00 AM
11-21-2008 04:28 AM
PATH:"/app:company_home/";
I get the error that it could not be parsed.11-21-2008 04:52 AM
StoreRef storeRef = new StoreRef("workspace", "SpacesStore");
11-21-2008 07:58 AM
11-24-2008 07:53 AM
11-24-2008 08:24 AM
11-24-2008 10:48 AM
var query = "PATH:/ app:company_home//*";
which gives nothing.var query = "TYPE:\"{http://www.alfresco.org/model/content/1.0}folder\"";
And I must make a combination of the two queries.11-24-2008 11:37 AM
+PATH:"/app:company_home/cm:backup/*" +TYPE:"cm:folder"
11-25-2008 06:17 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.