From 843ee0e37102418971c104c66aba4bd464fcb505 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 17 Jun 2022 16:31:59 +0800 Subject: [PATCH] feat: There is no way the, x --- doc/es/es 创建索引字段_fulltextserch.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/es/es 创建索引字段_fulltextserch.txt b/doc/es/es 创建索引字段_fulltextserch.txt index ec5c628b..3ab06f67 100644 --- a/doc/es/es 创建索引字段_fulltextserch.txt +++ b/doc/es/es 创建索引字段_fulltextserch.txt @@ -75,6 +75,18 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true }, "fielddata": true }, + "nameEnTitle": { + "type": "text", + "analyzer": "ik_max_word", + "search_analyzer": "ik_max_word", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + } + }, + "fielddata": true + }, "yearOrder": { "type": "text", "fields": {