<?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 with timestamp in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247361#M200491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If we were to make this change, would content added to the repository and indexed going forward include the timestamp and be searchable (older content only searchable down to date resolution)?&amp;nbsp; We have a use case where this would be helpful and it is not necessary to search on time for older data.&amp;nbsp; I am trying to avoid a full index rebuild because I suspect a full index rebuild would take several days…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 16:41:06 GMT</pubDate>
    <dc:creator>bweiss</dc:creator>
    <dc:date>2011-03-01T16:41:06Z</dc:date>
    <item>
      <title>Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247355#M200485</link>
      <description>Hi, I have a problem. I want to be able to search with lucene and use timestamp.I have changed d_dictionary.datatype.d_datetime.analyzer=org.alfresco.repo.search.impl.lucene.analysis.DateAnalyserTOd_dictionary.datatype.d_datetime.analyzer=org.alfresco.repo.search.impl.lucene.analysis.DateTimeAnalyse</description>
      <pubDate>Fri, 14 Jan 2011 07:43:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247355#M200485</guid>
      <dc:creator>thefog</dc:creator>
      <dc:date>2011-01-14T07:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247356#M200486</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;SPAN&gt;&amp;nbsp; I am also having this problem i am using alfresco3.3 version I have changed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;d_dictionary.datatype.d_datetime.analyzer=org.alfresco.repo.search.impl.lucene.analysis.DateAnalyser&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;d_dictionary.datatype.d_datetime.analyzer=org.alfresco.repo.search.impl.lucene.analysis.DateTimeAnalyser&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also done a full index recovery .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but&amp;nbsp; i am&amp;nbsp; not getting any result even on date base but when i revert back to DateTimeAnalyser to DateAnalyser i am getting result based on date range but not on datetime based.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My qury is something like that &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; @namespce\:content_date:[2010-11-12T20:30:10:000Z TO 2010-11-12T20:50:10:000Z]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; any help &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Om&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 09:32:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247356#M200486</guid>
      <dc:creator>om_mail</dc:creator>
      <dc:date>2011-01-24T09:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247357#M200487</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;I think you require the fix for ALF-4056, and would like ALF-695, both of which will be available to the community in the release after 3.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco 3.3 and 3.4 enterprise releases currently have these fixes &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 12:07:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247357#M200487</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-01-25T12:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247358#M200488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so if I understand you correctly this is not present in Alfresco Community 3.4.c? When you say "in the release after 3.4." I guess you mean 3.5? (not for example 3.4.d)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 12:16:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247358#M200488</guid>
      <dc:creator>billerby</dc:creator>
      <dc:date>2011-01-25T12:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247359#M200489</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;Yes I mean Alfrecso 3.5 community or something like it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 14:58:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247359#M200489</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-01-25T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247360#M200490</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;The latest 3.3 code should do the trick.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/andyh/2011/02/01/whats-in-a-date/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/andyh/2011/02/01/whats-in-a-date/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 09:55:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247360#M200490</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-02-11T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247361#M200491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If we were to make this change, would content added to the repository and indexed going forward include the timestamp and be searchable (older content only searchable down to date resolution)?&amp;nbsp; We have a use case where this would be helpful and it is not necessary to search on time for older data.&amp;nbsp; I am trying to avoid a full index rebuild because I suspect a full index rebuild would take several days…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Brad&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 16:41:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247361#M200491</guid>
      <dc:creator>bweiss</dc:creator>
      <dc:date>2011-03-01T16:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247362#M200492</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;If you make the change and do not reindex - you will not be able to query olds docs by date time - they will not be found at all&amp;nbsp; - the two are not compatible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 15:31:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247362#M200492</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-03-07T15:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search with timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247363#M200493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Actually i have migrated enterprise version of alfresco from alfresco3.1 to alfresco 3.3 .Is there any way to filter the search criteria based on date time or in between the date time range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help please &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Om&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 22:05:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-with-timestamp/m-p/247363#M200493</guid>
      <dc:creator>om_mail</dc:creator>
      <dc:date>2013-12-12T22:05:02Z</dc:date>
    </item>
  </channel>
</rss>

