<?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 Lucene search by exact phrase doesn't work in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278590#M231720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My content model is configured out of the box, so the cm:name property is set to be both tokenized and indexed as a whole string :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;index enabled="true"&amp;gt;&lt;BR /&gt;&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;lt;stored&amp;gt;false&amp;lt;/stored&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tokenised&amp;gt;both&amp;lt;/tokenised&amp;gt;&lt;BR /&gt;&amp;lt;/index&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When adding a new file containing spaces, such as "PS-200 Total Acces.doc", I can't find the file when searching by exact phrase "PS-200 Total Acces.doc" :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;@cm\:name:"PS-200 Total Acces.doc" // returns nothing&lt;BR /&gt;@cm\:name:"PS-200" // return all the files starting or containing "PS-200", including "PS-200 Total Acces.doc" &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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My index seems to be corrupted or out of sync. But I don't know out to diagnose that properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to reindex a single node (ideally without updating it) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What logger should I configure in log4j to keep track of the indexing process (atomic or not) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 09:17:03 GMT</pubDate>
    <dc:creator>jservajean</dc:creator>
    <dc:date>2013-05-15T09:17:03Z</dc:date>
    <item>
      <title>Lucene search by exact phrase doesn't work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278590#M231720</link>
      <description>My content model is configured out of the box, so the cm:name property is set to be both tokenized and indexed as a whole string :&amp;lt;index enabled="true"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;atomic&amp;gt;true&amp;lt;/atomic&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;stored&amp;gt;false&amp;lt;/stored&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;tokenised&amp;gt;both&amp;lt;/tokenised&amp;gt;&amp;lt;/index&amp;gt;‍‍‍‍‍‍‍When</description>
      <pubDate>Wed, 15 May 2013 09:17:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278590#M231720</guid>
      <dc:creator>jservajean</dc:creator>
      <dc:date>2013-05-15T09:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search by exact phrase doesn't work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278591#M231721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Is there a way to reindex a single node (ideally without updating it) ?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you have an indexing console that allows you to reindex a specific node or a range of nodes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/enterprise/admin/indexcheck" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/enterprise/admin/indexcheck&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;What logger should I configure in log4j to keep track of the indexing process (atomic or not) ?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should set the package of the subsystem that you are using to manage indexes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using Lucene I think that you should set the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;log4j.logger.org.alfresco.repo.search.Indexer=debug&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;BR /&gt;&lt;SPAN&gt;Please remember to override the log4j.properties using the custom-log4j.properties in the shared classloader of your application server, in this way you don't need to change your Alfresco war package.&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>Thu, 16 May 2013 08:13:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278591#M231721</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2013-05-16T08:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search by exact phrase doesn't work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278592#M231722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Is there a way to reindex a single node (ideally without updating it) ?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you have an indexing console that allows you to reindex a specific node or a range of nodes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/enterprise/admin/indexcheck" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/enterprise/admin/indexcheck&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;What logger should I configure in log4j to keep track of the indexing process (atomic or not) ?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should set the package of the subsystem that you are using to manage indexes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using Lucene I think that you should set the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;log4j.logger.org.alfresco.repo.search.Indexer=debug&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;BR /&gt;&lt;SPAN&gt;Please remember to override the log4j.properties using the custom-log4j.properties in the shared classloader of your application server, in this way you don't need to change your Alfresco war package.&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>Thu, 16 May 2013 08:13:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278592#M231722</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2013-05-16T08:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Lucene search by exact phrase doesn't work</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278593#M231723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes it helps, disapointely these index webscripts don't work on a community edition of alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, thx for sharing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 09:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/lucene-search-by-exact-phrase-doesn-t-work/m-p/278593#M231723</guid>
      <dc:creator>jservajean</dc:creator>
      <dc:date>2013-05-30T09:04:00Z</dc:date>
    </item>
  </channel>
</rss>

