06-16-2014 11:48 AM
SearchParameters sp = new SearchParameters();
sp.addStore(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE);
sp.setLanguage(SearchService.LANGUAGE_LUCENE);
sp.setQuery(query);
ResultSet results = getSearchService().query(myQuery);
PATH: "//app:company_home/app:user_homes/cm:dir//." AND @own\:velocity_number:"A B"
PATH: "//app:company_home/app:user_homes/cm:dir//." AND =@own\:velocity_number:"A B"
07-29-2014 01:43 AM
<index enabled="true">
. SOLR use this desalModel, because of this, we can find those properties. I understand that we should only put enabled true on the properties that we want to find when use the searchService.query(). 07-29-2014 11:39 PM
08-04-2014 10:30 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.