<?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: Alfresco 6.1.2 + Solr (AFTS): Exact phrase search not working in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/494802#M40617</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What versión of Alfresco Search Services are you using? 1.x o 2.x?&amp;nbsp; This blog post is covering this subject&lt;/P&gt;&lt;P&gt;&lt;A href="https://connect.hyland.com/t5/alfresco-blog/exact-term-queries-in-search-services-2-0/ba-p/138445" target="_blank" rel="noopener"&gt;https://connect.hyland.com/t5/alfresco-blog/exact-term-queries-in-search-services-2-0/ba-p/138445&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With Alfresco 7.2 and ASS 2.0.11 seems works properly.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2025 18:50:27 GMT</pubDate>
    <dc:creator>roberto_gamiz</dc:creator>
    <dc:date>2025-11-26T18:50:27Z</dc:date>
    <item>
      <title>Alfresco 6.1.2 + Solr (AFTS): Exact phrase search not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/494775#M40611</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m using Alfresco Content Services 6.1.2 with Solr-based Search Services and I need to implement an exact phrase search in document content.&lt;/P&gt;&lt;P&gt;Requirement:&lt;BR /&gt;When searching for a phrase such as “My document”, I want results ONLY when this exact phrase appears in the content in the same order.&lt;/P&gt;&lt;P&gt;Current behavior:&lt;BR /&gt;Using:&lt;BR /&gt;TEXT:"My document"&lt;BR /&gt;or:&lt;BR /&gt;ecm:poDeleted:='false' AND TEXT:"My document" AND TYPE:='ecm:ecmDocument'&lt;/P&gt;&lt;P&gt;I still get documents where “My” and “document” appear separately (not adjacent), even though I expect strict phrase matching.&lt;/P&gt;&lt;P&gt;I tried:&lt;BR /&gt;TEXT:="My document"&lt;/P&gt;&lt;P&gt;But I get parser errors when using '=' incorrectly before field names. Even when syntax is correct, matching still behaves tokenized.&lt;/P&gt;&lt;P&gt;Questions:&lt;BR /&gt;1. Is strict exact phrase search possible using AFTS in ACS 6.1.2 without additional Solr configuration changes?&lt;BR /&gt;2. If configuration is required, what needs to be enabled in Solr/Search Services (e.g. cross-locale, exactTermSearch)?&lt;BR /&gt;3. What are the recommended settings for enabling exact term search for d:content / cm:content?&lt;BR /&gt;4. Are there any performance or index-size side effects after enabling exact phrase search?&lt;/P&gt;&lt;P&gt;Any guidance is appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 07:37:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/494775#M40611</guid>
      <dc:creator>Sapo2020</dc:creator>
      <dc:date>2025-11-25T07:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.1.2 + Solr (AFTS): Exact phrase search not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/494802#M40617</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What versión of Alfresco Search Services are you using? 1.x o 2.x?&amp;nbsp; This blog post is covering this subject&lt;/P&gt;&lt;P&gt;&lt;A href="https://connect.hyland.com/t5/alfresco-blog/exact-term-queries-in-search-services-2-0/ba-p/138445" target="_blank" rel="noopener"&gt;https://connect.hyland.com/t5/alfresco-blog/exact-term-queries-in-search-services-2-0/ba-p/138445&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With Alfresco 7.2 and ASS 2.0.11 seems works properly.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 18:50:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/494802#M40617</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-11-26T18:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.1.2 + Solr (AFTS): Exact phrase search not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/494885#M40633</link>
      <description>&lt;P&gt;Hi, thanks for the reply.&lt;/P&gt;&lt;P&gt;I’m currently using:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Alfresco Insight Engine 1.4.3&lt;/LI&gt;&lt;LI&gt;Search Services 1.4.3&lt;/LI&gt;&lt;LI&gt;Apache Solr 6.6.5&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From what I understand, the blog post you shared refers to Search Services 2.x, where exact-term queries are fully supported. However, since I’m on 1.4.3, it seems that strict exact-phrase matching may not work the same way (or may not be supported at all) without additional configuration or upgrading to 2.x.&lt;/P&gt;&lt;P&gt;If possible, could you confirm whether Search Services 1.4.3 supports exact-term search for multi-word phrases in AFTS, and whether there is any configuration change available for this version to enable strict adjacency and order matching in content?&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 11:00:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/494885#M40633</guid>
      <dc:creator>Sapo2020</dc:creator>
      <dc:date>2025-12-02T11:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 6.1.2 + Solr (AFTS): Exact phrase search not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/495011#M40642</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;At the moment I have no access to an instalation with ASS 1.4 to test it,&amp;nbsp;I'm going to try to configure one,&amp;nbsp; but acording to documentation&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/search-services/1.4/using/#search-for-an-exact-term" target="_blank"&gt;https://docs.alfresco.com/search-services/1.4/using/#search-for-an-exact-term&lt;/A&gt;&lt;/P&gt;&lt;P&gt;when you use exact term query is used (=field:“multi term phrase”) a full field mach is executed only when the defintion of the property in the content model (&lt;A href="https://docs.alfresco.com/content-services/7.1/develop/repo-ext-points/content-model/#definedeploy" target="_blank"&gt;https://docs.alfresco.com/content-services/7.1/develop/repo-ext-points/content-model/#definedeploy&lt;/A&gt;) is&amp;nbsp; marked as TOKENIZED=false. In other cases, if cross locale is enabled&amp;nbsp; for the property used the tokenized version of the fiel not the original value anf if isn't a exception is raidsed.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 04 Dec 2025 20:57:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-6-1-2-solr-afts-exact-phrase-search-not-working/m-p/495011#M40642</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-12-04T20:57:24Z</dc:date>
    </item>
  </channel>
</rss>

