diff --git a/doc/es/es 创建索引字段_fulltextserch.txt b/doc/es/es 创建索引字段_fulltextserch.txt index ecaf2c1b..ec5c628b 100644 --- a/doc/es/es 创建索引字段_fulltextserch.txt +++ b/doc/es/es 创建索引字段_fulltextserch.txt @@ -86,24 +86,10 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true "fielddata": true }, "standSortOrder": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - }, - "fielddata": true + "type": "integer" }, "standTypeOrder": { - "type": "text", - "fields": { - "keyword": { - "type": "keyword", - "ignore_above": 256 - } - }, - "fielddata": true + "type": "integer" }, "textContent": { "type": "text",