当前位置:网站首页>Kibana uses JSON document data
Kibana uses JSON document data
2022-07-27 08:44:00 【tonysh_ zds】
GET _search
{
"query": {
"match_all": {}
}
}
GET /aaabbcc/_mapping/
GET /item_index/_mapping/
DELETE /item_index
GET /item_index/_search
{
"query": {
"match_all": {}
}
}
POST item_index/_delete_by_query
{
"query": {
"match_all": {}
}
}
# Modify document data structure , Corresponding java String type , Specify the keyword type for sorting (objnameCn by String java The type is specified as keyword Users sort by category )
PUT /item_index
{
"mappings" : {
"properties" : {
"auditComment" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
},
"createBy" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
},
"createTime" : {
"type" : "long"
},
"deptId" : {
"type" : "long"
},
"enabled" : {
"type" : "long"
},
"esstatus" : {
"type" : "long"
},
"id" : {
"type" : "long"
},
"jsonCn" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
},
"jsonEn" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
},
"jsonHightEn" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
},
"objname" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
},
"objnameCn" : {
"type" : "keyword",
"store" : true
},
"realName" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
},
"updateTime" : {
"type" : "long"
},
"updatedBy" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
},
"uuid" : {
"type" : "text",
"store" : true,
"analyzer" : "ik_max_word",
"search_analyzer" : "ik_smart"
}
}
}
}
边栏推荐
- NIO this.selector.select()
- 低成本、低门槛、易部署,4800+万户中小企业数字化转型新选择
- User management - restrictions
- Aruba学习笔记10-安全认证-Portal认证(web页面配置)
- Cookie addition, deletion, modification and exception
- 691. 立方体IV
- E. Split into two sets
- Hundreds of people participated. What are these people talking about in the opengauss open source community?
- Linear list (sequential storage, chain storage) (linked list of leading nodes, linked list of non leading nodes)
- Implementation of queue (sequential storage, chain storage)
猜你喜欢

缓存一致性与内存屏障

Day5 - Flame restful request response and Sqlalchemy Foundation

User management - restrictions

The shelf life you filled in has been less than 10 days until now, and it is not allowed to publish. If the actual shelf life is more than 10 days, please truthfully fill in the production date and pu

Have a good laugh

Fluent rendering mechanism - GPU thread rendering

String type and bitmap of redis

Oppo self-developed large-scale knowledge map and its application in digital intelligence engineering

“蔚来杯“2022牛客暑期多校训练营1

It's better to be full than delicious; It's better to be drunk than drunk
随机推荐
微信安装包从0.5M暴涨到260M,为什么我们的程序越来越大?
“寻源到结算“与“采购到付款“两者有什么不同或相似之处?
3311. Longest arithmetic
How to merge multiple columns in an excel table into one column
Minio installation and use
Unity3D 2021软件安装包下载及安装教程
P7 Day1 get to know the flask framework
691. Cube IV
How to uninstall -- Qianxin secure terminal management system
Cookie addition, deletion, modification and exception
03. Use quotation marks to listen for changes in nested values of objects
Day5 - Flame restful request response and Sqlalchemy Foundation
JS basic exercises
Matlab求解微分代数方程 (DAE)
Supervisor 安装与使用
redis 网络IO
The following license SolidWorks Standard cannot be obtained, and the use license file cannot be found. (-1,359,2)。
Network IO summary
众昂矿业:新能源行业快速发展,氟化工产品势头强劲
Matlab 利用M文件产生模糊控制器