Closed nw-mjl closed 1 year ago
Hi @nw-mjl,
normalizer
belongs to the analysis
section of index settings and can be defined as follows:
$settings->analysis([
'normalizer' => [
'my_normalizer' => [
'type' => 'custom',
'char_filter' => [],
'filter' => ['lowercase', 'asciifolding']
]
]
]);
Great thanks for the reply.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days
I might be missing it, but I do not see support for $settings->nomalizer. Is this the case? If so do you think it could be added?