Elasticsearch索引建立后定义mapper
Elasticsearch索引建立后定义mapper
{
"commissions": {
"properties": {
"bookingClass": {
"type":"string",
"index":"not_analyzed"
},
"integral": {
"type":"long"
},
"destination": {
"type":"string",
"index":"not_analyzed"
},
"departure": {
"type":"string",
"index":"not_analyzed"
},
"id": {
"type":"long"
},
"airline": {
"type":"string",
"index":"not_analyzed"
},
"account": {
"type":"string",
"index":"not_analyzed"
},
"commissionType": {
"type":"string",
"index":"not_analyzed"
},
"commissionValue": {
"type":"long"
},
"integralType": {
"type":"string",
"index":"not_analyzed"
}
}
}
}

相关文章:

  • 2021-10-15
  • 2021-11-11
  • 2022-12-23
  • 2021-06-10
  • 2021-07-28
  • 2021-10-15
  • 2021-07-30
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2022-12-23
  • 2021-05-30
  • 2021-10-28
  • 2022-12-23
  • 2021-11-13
相关资源
相似解决方案