04-04-2006 09:39 AM
// Create a query object, looking for all items with alfresco in the name of text
RepositoryService.Query query = new RepositoryService.Query();
query.language = RepositoryService.QueryLanguageEnum.lucene;
query.statement = "@my\\:type:'KT-HT'";
// Execute the query
QueryResult queryResult = this.repoService.query(this.spacesStore, query, false);
query.statement = "@my\\:type:'KT*'";
04-04-2006 10:43 AM
query.statement = "@my\\:type:KT*";
04-05-2006 04:25 AM
query.statement = "@my\\:type:KT*";
04-05-2006 09:28 AM
04-06-2006 10:09 AM
query.statement = "+@\\{my.new.model\\}type:kt*) ";
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.