<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco 2.0 Query for document properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-query-for-document-properties/m-p/126316#M88887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have trouble to use query for searching document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using&amp;nbsp; this…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Query query = new Query(Constants.QUERY_LANG_LUCENE, "+@\\{http\\://&lt;A href="http://www.alfresco.org/model/content/1.0\\}title:\%22my_title\" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\\}title:\'my_title\&lt;/A&gt;"");&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;and it works fine but when I want to use WildCard search like this…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Query query = new Query(Constants.QUERY_LANG_LUCENE, "+@\\{http\\://&lt;A href="http://www.alfresco.org/model/content/1.0\\}title:\%22my_tit*\" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\\}title:\'my_tit*\&lt;/A&gt;"");&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;it does not work. I will get response that document was not found. Is it problem of syntax, luciene or alfresco engine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Aug 2007 11:44:33 GMT</pubDate>
    <dc:creator>sniza23</dc:creator>
    <dc:date>2007-08-28T11:44:33Z</dc:date>
    <item>
      <title>Alfresco 2.0 Query for document properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-query-for-document-properties/m-p/126316#M88887</link>
      <description>Hi all,I have trouble to use query for searching document.I'm using&amp;nbsp; this…Query query = new Query(Constants.QUERY_LANG_LUCENE, "+@\\{http\\://www.alfresco.org/model/content/1.0\\}title:\'my_title\"");and it works fine but when I want to use WildCard search like this…Query query = new Query(Constants</description>
      <pubDate>Tue, 28 Aug 2007 11:44:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-query-for-document-properties/m-p/126316#M88887</guid>
      <dc:creator>sniza23</dc:creator>
      <dc:date>2007-08-28T11:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 2.0 Query for document properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-query-for-document-properties/m-p/126317#M88888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;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:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Query query = new Query(Constants.QUERY_LANG_LUCENE, "@\\{http\\://&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0\\}title:my_tit*" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\\}title:my_tit*&lt;/A&gt;&lt;SPAN&gt;"); &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This page may help you:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search#Finding_nodes_by_text_property_values" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search#Finding_nodes_by_text_property_values&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 10:04:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-query-for-document-properties/m-p/126317#M88888</guid>
      <dc:creator>gis-olli</dc:creator>
      <dc:date>2007-08-31T10:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 2.0 Query for document properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-query-for-document-properties/m-p/126318#M88889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wild cards in phrase queries are now supported. So your second example will work with the latest code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For 2.0, in the second search example, the best you can do is tokenise the search yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Query query = new Query(Constants.QUERY_LANG_LUCENE, "+@\\{http\\://&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0\\}title:my" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\\}title:my&lt;/A&gt;&lt;SPAN&gt; \\{http\\://&lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/model/content/1.0\\}title:tit*" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\\}title:tit*&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The down side is that the words could be in any order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 14:00:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-2-0-query-for-document-properties/m-p/126318#M88889</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-09-05T14:00:12Z</dc:date>
    </item>
  </channel>
</rss>

