07-18-2006 12:53 AM
07-19-2006 02:24 PM
"PATH:\"/app:company_home/cm:ECM/*\""
07-24-2006 09:57 AM
07-25-2006 04:16 AM
"PATH:\"//cm:ECM\""
08-02-2006 07:43 AM
SearchParameters sp = new SearchParameters();
sp.addStore(Repository.getStoreRef());
sp.setLanguage(SearchService.LANGUAGE_LUCENE);
//sp.setQuery("PATH:\"/app:company_home/cm:service/cm:sub/*\"");
sp.setQuery("PATH:\"//cm:sub\"");
ResultSet results = Repository.getServiceRegistry(context).getSearchService().query(sp);
List<NodeRef> listResults = results.getNodeRefs();
08-03-2006 09:55 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.