[
https://issues.apache.org/jira/browse/LUCY-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Wellnhofer resolved LUCY-305.
----------------------------------
Resolution: Not A Bug
{{myword}} isn't a valid Unicode normalization form. The [supported
normalization
forms|http://lucy.apache.org/docs/perl/Lucy/Analysis/Normalizer.html#new] are
{{NFC}}, {{NFKC}}, {{NFD}}, and {{NFKD}}.
> Normalizer -> Normalization form parameter working only for NFKC
> ----------------------------------------------------------------
>
> Key: LUCY-305
> URL: https://issues.apache.org/jira/browse/LUCY-305
> Project: Lucy
> Issue Type: Bug
> Components: Clownfish, Index
> Affects Versions: 0.5.1
> Reporter: chellappa
> Labels: performance
>
> my $normalizer = Lucy::Analysis::Normalizer->new(
> normalization_form => 'NFKC',
> case_fold => 0,
> strip_accents => 0,
> );
> But works only with NFKC, any other word throws error. Like
> Invalid normalization form myword
> lucy_Normalizer_init at core/Lucy/Analysis/Normalizer.c line 59
> at indexfile.pl line 18.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)