03-13-2009 12:48 PM
RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();
// Create a query object, looking for all items with alfresco in the name of text
Query query = new Query( Constants.QUERY_LANG_LUCENE, "TEXT:\"" + searchValue + "\"");
// Execute the query
QueryResult queryResult = repositoryService.query(SessionUtils.STORE, query, false);
// Display the results
ResultSet resultSet = queryResult.getResultSet();
ResultSetRow[] rows = resultSet.getRows();
03-13-2009 12:59 PM
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.