小编po_*_*aka的帖子

在pattern_replace中不区分大小写的替换

我有pattern_replace令牌过滤器(es docs)

'addressPattern' => array(
                'type' => 'pattern_replace',
                'pattern' => '(str\.|street|and many more like this)',
                'replacement' => '',
            ),
Run Code Online (Sandbox Code Playgroud)

如何使匹配不区分大小写?

lucene elasticsearch

5
推荐指数
1
解决办法
1037
查看次数

标签 统计

elasticsearch ×1

lucene ×1