更新fielddata为true_elasticsearch 5.2使用ICU插件进行排序需要fielddata = true吗?

我想用icu_collation过滤器对elasticsearch结果文档进行排序 . 所以我有索引的设置:

"settings": {

"analysis": {

"analyzer": {

"ducet_sort": {

"tokenizer": "keyword",

"filter": [ "icu_collation" ]

}

}

}

}

和映射

"mappings": {

"card": {

"properties": {

"title": {

"type": "text",

"fields": {

"sort": {

"type": "text",

"analyzer": "ducet_sort",

"index": false

}

}

}

}}}

和查询:

{

"sort": ["title.sort"]

}

但查询失败:

"caused_by": {

"type": "illegal_argument_exception",

"reason": "Fielddata is disabled on text fields by default. Set fielddata=true on [title.sort] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory."

}

在文档中,建议的排序数据类型是 keyword . 但数据类型 keyword 不支持分析器 . 此外,不建议使用fielddata:

那么有没有办法在弹性搜索中对文档进行排序,并进行一些特定的排序,例如icu_collation without fielddata = true?

谢谢 .

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值