feat: There is no way the, 新需求 添加查询ES详情接口 文本分词高亮显示全部内容

This commit is contained in:
super_liu
2022-06-17 15:49:17 +08:00
parent ad741177e9
commit 113587333f
7 changed files with 26 additions and 8 deletions
@@ -5,6 +5,12 @@ bussstand/bussstand/_mapping?pretty&include_type_name=true
"properties": {
"standSortOrder": {
"type": "integer"
},
"numberTitle": {
"type": "integer"
},
"yearOrder": {
"type": "integer"
},
"BARQ": {
"type": "text",
@@ -67,14 +67,7 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true
"fielddata": true
},
"yearOrder": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
}
},
"fielddata": true
"type": "integer"
},
"standSortOrder": {
"type": "integer"
+6
View File
@@ -6,6 +6,12 @@ laws/laws/_mapping?pretty&include_type_name=true
"standSortOrder": {
"type": "integer"
},
"numberTitle": {
"type": "integer"
},
"yearOrder": {
"type": "integer"
},
"BDTWJHLAWS": {
"type": "text",
"fields": {
+6
View File
@@ -6,6 +6,12 @@ stand/stand/_mapping?pretty&include_type_name=true
"standSortOrder": {
"type": "integer"
},
"numberTitle": {
"type": "integer"
},
"yearOrder": {
"type": "integer"
},
"BARQ": {
"type": "text",
"fields": {