<?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 Re: Problems with searching for document title in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259451#M212581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has you triyng this query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;@cm\:content.mimetype:"application/msword" AND @cm\:title:"this is a document draft.doc"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2011 11:29:53 GMT</pubDate>
    <dc:creator>tremalnaik</dc:creator>
    <dc:date>2011-11-08T11:29:53Z</dc:date>
    <item>
      <title>Problems with searching for document title</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259450#M212580</link>
      <description>Hi,I face a new problem when searching the document repository via the web service layer. Supposed I have a document called this is a document draft.doc and I trigger the following search:@cm\:content.mimetype:"application/msword" AND @cm\:title:"this is a document"‍The result is shown as expected.</description>
      <pubDate>Mon, 07 Nov 2011 19:42:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259450#M212580</guid>
      <dc:creator>dbackhausen</dc:creator>
      <dc:date>2011-11-07T19:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with searching for document title</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259451#M212581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has you triyng this query?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;@cm\:content.mimetype:"application/msword" AND @cm\:title:"this is a document draft.doc"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 11:29:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259451#M212581</guid>
      <dc:creator>tremalnaik</dc:creator>
      <dc:date>2011-11-08T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with searching for document title</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259452#M212582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Probably you have to try the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;@cm\:content.mimetype:"application/msword" AND @cm\:name:"this is a document draft.doc"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 11:49:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259452#M212582</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2011-11-08T11:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with searching for document title</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259453#M212583</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;Thank you for your replies! If I enter the following query (exact phrase):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;@cm\:content.mimetype:"application/msword" AND (@cm\:title:"this is a document draft.doc" OR @cm\:name:"this is a document draft.doc")&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;the document is found. If I enter the following query (exact phrase):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;@cm\:content.mimetype:"application/msword" AND (@cm\:title:"this is a document draft*" OR @cm\:name:"this is a document draft*")&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;the document is also found. But if I change the query (exact phrase) to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;@cm\:content.mimetype:"application/msword" AND (@cm\:title:"this is a document draft" OR @cm\:name:"this is a document draft")&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;the document is &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt;&lt;SPAN&gt; found. In general I would have expected, that the second query (without the document ending) also returns the desired document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I enter the following query (all words):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;@\{http\://&lt;A href="http://www.alfresco.org/model/content/1.0\}content.mimetype:*" rel="nofollow noopener noreferrer"&gt;www.alfresco.org/model/content/1.0\}content.mimetype:*&lt;/A&gt; AND ((@cm\:title:this AND @cm\:title:is AND @cm\:title:a AND @cm\:title:document AND @cm\:title:draft) OR (@cm\:name:this AND @cm\:name:is AND @cm\:name:a AND @cm\:name:document AND @cm\:name:draft)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;the document is also &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt;&lt;SPAN&gt; found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I missing? Wrong query Any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 18:06:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259453#M212583</guid>
      <dc:creator>dbackhausen</dc:creator>
      <dc:date>2011-11-08T18:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with searching for document title</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259454#M212584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hm, I think I already know the answer: The word &lt;/SPAN&gt;&lt;STRONG&gt;draft&lt;/STRONG&gt;&lt;SPAN&gt; is not taken for it's own. Lucene only sees the word &lt;/SPAN&gt;&lt;STRONG&gt;draft.doc&lt;/STRONG&gt;&lt;SPAN&gt; as separate word.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 18:11:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259454#M212584</guid>
      <dc:creator>dbackhausen</dc:creator>
      <dc:date>2011-11-08T18:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with searching for document title</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259455#M212585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Notice that by default the cm:title property is a multi language property (mltext), taking a look at the contentModel.xml we have:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;property name="cm:title"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Title&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:mltext&amp;lt;/type&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;index enabled="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;atomic&amp;gt;true&amp;lt;/atomic&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;stored&amp;gt;false&amp;lt;/stored&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tokenised&amp;gt;both&amp;lt;/tokenised&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/index&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;This means that the property could be indexed with a specific value for each locale, if your client applications access to Alfresco with different locale settings. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lucene will store the value in different index sections, if you have different locale settings for client applications, you could have different results for searches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest to check if your content is correctly indexed checking the cm:content property for the content in the Node Browser. Here you can check the locale setting for the content that is used by Lucene to categorize the index section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 10:33:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259455#M212585</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2011-11-09T10:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with searching for document title</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259456#M212586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi OpenPj,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it is not a language problem but more a problem of our store operations. We are setting the title equal to the file name. So this problem only occures, when the searched keyword is at the end of the name (before the extension). We have to modify this. But thank's anyway for your hint!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 11:14:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-with-searching-for-document-title/m-p/259456#M212586</guid>
      <dc:creator>dbackhausen</dc:creator>
      <dc:date>2011-11-14T11:14:52Z</dc:date>
    </item>
  </channel>
</rss>

