<?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 Custom RBBI rules for ICU tokenizer in SOLR that doesn't split tokens on hyphens in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/custom-rbbi-rules-for-icu-tokenizer-in-solr-that-doesn-t-split/m-p/496106#M40747</link>
    <description>&lt;P&gt;I am trying to modify ICU tokenizer to not split text into tokens on certain characters, like hyphens.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I got the custom rules up in SolrCloud and working, but it appears that&amp;nbsp;&lt;/SPAN&gt;only the rules inside the RBBI file apply. I found &lt;A href="https://connect.hyland.com/t5/alfresco-forum/solr-configuration-for-search-tokenization/m-p/121717/highlight/true#M33392" target="_self"&gt;this&lt;/A&gt; working example but the baseline of this tokenizer ruleset behaves as a whitespacetokenizer. I on the other hand am looking to adapt it to behave like classic or standardized tokenizer, with the exception of being able to not split on hyphens and&amp;nbsp;@ for example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;!!chain;

$ALetter = [:L:];
$Numeric = [:N:];
$MidHyphen = [-];

$ALetter ($MidHyphen $ALetter)+ {200};
$Numeric ($MidHyphen $Numeric)+ {200};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Feb 2026 08:37:53 GMT</pubDate>
    <dc:creator>quantumbit</dc:creator>
    <dc:date>2026-02-02T08:37:53Z</dc:date>
    <item>
      <title>Custom RBBI rules for ICU tokenizer in SOLR that doesn't split tokens on hyphens</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-rbbi-rules-for-icu-tokenizer-in-solr-that-doesn-t-split/m-p/496106#M40747</link>
      <description>&lt;P&gt;I am trying to modify ICU tokenizer to not split text into tokens on certain characters, like hyphens.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I got the custom rules up in SolrCloud and working, but it appears that&amp;nbsp;&lt;/SPAN&gt;only the rules inside the RBBI file apply. I found &lt;A href="https://connect.hyland.com/t5/alfresco-forum/solr-configuration-for-search-tokenization/m-p/121717/highlight/true#M33392" target="_self"&gt;this&lt;/A&gt; working example but the baseline of this tokenizer ruleset behaves as a whitespacetokenizer. I on the other hand am looking to adapt it to behave like classic or standardized tokenizer, with the exception of being able to not split on hyphens and&amp;nbsp;@ for example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;!!chain;

$ALetter = [:L:];
$Numeric = [:N:];
$MidHyphen = [-];

$ALetter ($MidHyphen $ALetter)+ {200};
$Numeric ($MidHyphen $Numeric)+ {200};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 08:37:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-rbbi-rules-for-icu-tokenizer-in-solr-that-doesn-t-split/m-p/496106#M40747</guid>
      <dc:creator>quantumbit</dc:creator>
      <dc:date>2026-02-02T08:37:53Z</dc:date>
    </item>
  </channel>
</rss>

