<?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: Lucene search fails in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-fails/m-p/217644#M170774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its unlikely that the index "degrades".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your first part of the posting, yes you will need to escape the wild card characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the second part of your problem you are token matching when searching for your long strings in the text, not doing numeric comparisons.&amp;nbsp;&amp;nbsp;&amp;nbsp; The tokeniser is probably returning the same token for your similar but not identical numbers which is why a match is reported.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The solution is to compare the numbers numerically rather than textually.&amp;nbsp;&amp;nbsp; If you can get your number into a property it may be a good start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 17:21:52 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2009-08-03T17:21:52Z</dc:date>
    <item>
      <title>Lucene search fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-fails/m-p/217643#M170773</link>
      <description>HiI'm working with alfresco 2.9 (I'm trying to upgrade to 3.2, but I still haven't finished). It seems that after some time working lucene search starts failing.For example, I created a couple of users. I searched them using the email address doing this query:@cm\:email:some?user.com‍I had to replac</description>
      <pubDate>Mon, 03 Aug 2009 16:26:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-fails/m-p/217643#M170773</guid>
      <dc:creator>grosisimo</dc:creator>
      <dc:date>2009-08-03T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-fails/m-p/217644#M170774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its unlikely that the index "degrades".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your first part of the posting, yes you will need to escape the wild card characters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the second part of your problem you are token matching when searching for your long strings in the text, not doing numeric comparisons.&amp;nbsp;&amp;nbsp;&amp;nbsp; The tokeniser is probably returning the same token for your similar but not identical numbers which is why a match is reported.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The solution is to compare the numbers numerically rather than textually.&amp;nbsp;&amp;nbsp; If you can get your number into a property it may be a good start.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 17:21:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-fails/m-p/217644#M170774</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-08-03T17:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search fails</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-fails/m-p/217645#M170775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, wait.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I meant when saying "escape wildcards" was that in order to use wildcard characters as wildcards (not as the character itself), i needed to escape them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if I wanted to search for all the users whose email started with "mymail" I had to write&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@cm\:email:mymail\*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but it should be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;@cm\:email:mymail*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First it worked as in the first example, but now, after a full indexing it works as the second example. This is how lucene searchs are supposed to work, isn't it?.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 18:34:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-fails/m-p/217645#M170775</guid>
      <dc:creator>grosisimo</dc:creator>
      <dc:date>2009-08-04T18:34:46Z</dc:date>
    </item>
  </channel>
</rss>

