Привет, я хочу сделать запрос, который х больше, чем min_rent и х меньше, чем max_rent.
Здесь сопоставления.
'mappings' => [
'project_listing_v1' => [
'properties' => [
'location' => [
'type' => 'geo_point'
],
'min_rent'=>[
'type'=>'short',
],
'max_rent'=>[
'type'=>'short',
]
]