{
"settings": {
"number_of_shards": 1,
"number_of_replicas": 0
},
"mappings": {
"properties": {
"id": {
"type": "integer"
},
"floor": {
"type": "integer"
},
"area": {
"type": "double"
},
"rooms": {
"type": "integer"
},
"total_area": {
"type": "double"
},
"living_area": {
"type": "double"
},
"rooms_area": {
"type": "double"
},
"kitchen_area": {
"type": "double"
},
"number": {
"type": "text"
},
"price": {
"type": "double"
},
"base_price": {
"type": "double"
},
"mortage_price": {
"type": "double"
},
"assigment": {
"type": "integer"
},
"contractor": {
"type": "integer"
},
"bathroom_type_id": {
"type": "integer"
},
"balcony_type_id": {
"type": "integer"
},
"finishing_type_id": {
"type": "integer"
},
"view_type_id": {
"type": "integer"
},
"entrance": {
"type": "integer"
},
"rooms_area_separately": {
"type": "text"
},
"published": {
"type": "boolean"
},
"description": {
"type": "text"
},
"is_apartment": {
"type": "boolean"
},
"options": {
"type": "nested",
"properties": {
"option_id": {
"type": "integer"
},
"option_name": {
"type": "text"
},
"option_alias": {
"type": "text"
}
}
},
"building_id": {
"type": "integer"
},
"building_name": {
"type": "text"
},
"building_alias": {
"type": "text"
},
"building_street_name": {
"type": "text"
},
"building_floors": {
"type": "integer"
},
"building_region_id": {
"type": "integer"
},
"building_region_district_id": {
"type": "integer"
},
"building_metro_id": {
"type": "integer"
},
"building_city_id": {
"type": "integer"
},
"building_city_district_id": {
"type": "integer"
},
"building_started_year": {
"type": "integer"
},
"building_started_quarter": {
"type": "integer"
},
"building_completed_year": {
"type": "integer"
},
"building_completed_quarter": {
"type": "integer"
},
"building_is_completed": {
"type": "boolean"
},
"building_developer_id": {
"type": "integer"
},
"building_latlng": {
"type": "text"
},
"building_is_special": {
"type": "boolean"
},
"building_special_offer": {
"type": "text"
},
"building_queue": {
"type": "integer"
},
"building_is_single": {
"type": "boolean"
},
"building_housing_number": {
"type": "text"
},
"building_is_own": {
"type": "integer"
},
"building_street_type_id": {
"type": "integer"
},
"building_house_number": {
"type": "text"
},
"building_house_letter": {
"type": "text"
},
"building_entrance_count": {
"type": "integer"
},
"building_flats_count": {
"type": "integer"
},
"building_rooms_count": {
"type": "integer"
},
"building_finishing_type_id": {
"type": "integer"
},
"building_house_type_id": {
"type": "integer"
},
"building_orientation_id": {
"type": "integer"
},
"building_published": {
"type": "boolean"
},
"building_category_id": {
"type": "integer"
},
"building_address": {
"type": "text"
},
"building_is_apartment": {
"type": "boolean"
},
"gallery": {
"type": "nested",
"properties": {
"url": {
"type": "text"
}
}
},
"gallery_thumbs": {
"type": "nested",
"properties": {
"url": {
"type": "text"
}
}
},
"full_thumbs": {
"type": "nested",
"properties": {
"thumbnail": {
"type": "text"
},
"medium": {
"type": "text"
},
"medium_large": {
"type": "text"
},
"large": {
"type": "text"
},
"origin": {
"type": "text"
}
}
},
"rutube_id": {
"type": "text"
},
"complex_id": {
"type": "integer"
},
"complex_name": {
"type": "text"
},
"plan": {
"type": "text"
},
"plan_thumb": {
"type": "text"
}
}
}
}