"products": {
"properties": {
"category_id": {
"type": "text"
},
"characteristicValue": {
"properties": {
"characteristic": {
"properties": {
"created": {
"type": "text"
},
"id": {
"type": "text"
},
"in_filter": {
"type": "text"
},
"name": {
"type": "text"
},
"updated": {
"type": "text"
}
}
},
"created": {
"type": "text"
},
"id": {
"type": "text"
},
"in_filter": {
"type": "text"
},
"name": {
"type": "text"
},
"status": {
"type": "text"
},
"updated": {
"type": "text"
}
}
},
"description": {
"type": "text",
"boost": 5
},
"id": {
"type": "text"
},
"main_page": {
"type": "text"
},
"picture": {
"type": "text"
},
"price": {
"type": "scaled_float",
"scaling_factor": 100
},
"priority": {
"type": "text"
},
"productComments": {
"properties": {
"rating": {
"type": "text"
},
"status": {
"type": "text"
},
"text": {
"type": "text"
},
"user": {
"properties": {
"id": {
"type": "text"
}
}
}
}
},
"sku": {
"type": "text"
},
"slug": {
"type": "text",
"analyzer": "keyword"
},
"title": {
"type": "text",
"boost": 5
}
}
},