12-12-2006 06:06 AM
"@\\{http\\://www.alfresco.org/model/content/1.0\\}name:'+name
"@\\{http\\://www.alfresco.org/model/content/1.0\\}name: "+ name+"~"
or
"@\\{http\\://www.alfresco.org/model/content/1.0\\}name:'+ name +"*"
I obtain a lot of results that doesn't match with the query. What's wrong here?12-14-2006 08:57 AM
12-18-2006 07:20 AM
@\{http\://www.alfresco.org/model/content/1.0\}name:'Test Folder"
Thanks,12-18-2006 07:43 AM
01-03-2007 08:49 AM
03-27-2008 05:28 AM
String docId = "99.xml";
String text = "textToSearch";
String queryString = "@cm\\:name:\"" + docId + "\" AND TEXT:\""+text+" \"";
Query query = new Query(Constants.QUERY_LANG_LUCENE, queryString);
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.