10-27-2014 05:47 AM
params.addStore(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE);
params.setQuery("a simple lucene query");
ResultSet result = this.searchService.query(params);
<webscript>
<shortname>Search the repository</shortname>
<description></description>
<url>/myPackage/search</url>
<authentication>user</authentication>
<transaction>none</transaction>
</webscript>
StoreRef storeRef = Utils.convertToStoreRef(store);
searchResults = searchService.query(storeRef, query.getLanguage(), statement);
10-27-2014 08:00 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.