From: Adam Dickmeiss Date: Wed, 26 Mar 2008 14:03:45 +0000 (+0100) Subject: Handle right-trucation for ICU normalized terms. X-Git-Tag: v2.0.28~10 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=e1be1f5267e2be257664ded166b6890e4f24db83;hp=e1be1f5267e2be257664ded166b6890e4f24db83;p=idzebra-moved-to-github.git Handle right-trucation for ICU normalized terms. The string searches now handles right-trucation for ICU normalized terms. That is @attr 5=1 is supported as well as no-truncation, @attr 5=100. All other truncation attributes produces an error. We use some pretty heuristic methods to determine where to put the .* in our resulting regular expression. ---