Query query = new Query(Constants.QUERY_LANG_LUCENE, "+@\\{http\\://www.alfresco.org/model/content/1.0\\}title:\'my_tit*\""); it does not work. I will get response that document was not found. Is it problem of syntax, luciene or alfresco engine?
Hello, at first you can try to remove the " before and after your value. If this does not find your document, you can try to remove the + befor your search argument. Something like this: