{
"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"
}
}
}
}