From 0823f56bdfb4f9515fdb23d5aff226614b795dc4 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 20 May 2022 17:51:42 +0800 Subject: [PATCH] feat: There is no way the, --- doc/es/es 创建索引字段_fulltextserch.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/es/es 创建索引字段_fulltextserch.txt b/doc/es/es 创建索引字段_fulltextserch.txt index 22a5eb7f..ecaf2c1b 100644 --- a/doc/es/es 创建索引字段_fulltextserch.txt +++ b/doc/es/es 创建索引字段_fulltextserch.txt @@ -85,6 +85,26 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true }, "fielddata": true }, + "standSortOrder": { + "type": "text", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + } + }, + "fielddata": true + }, + "standTypeOrder": { + "type": "text", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + } + }, + "fielddata": true + }, "textContent": { "type": "text", "analyzer": "ik_max_word",