需要添加索引的
/* 添加索引 */
$connection = new \MongoClient();
$collection = $connection->database->user_housing;
$state = $collection->ensureIndex(array("user_id"=>1));//創建一個在‘i’上升序的索引
/* 添加索引 */
$connection = new \MongoClient();
$collection = $connection->database->housing;
$state = $collection->ensureIndex(array("name"=>1));//創建一個在‘i’上升序的索引
## 集合名稱:metro。 地鐵線路
> 說明:區域ID的讀取mysql數據庫的
+++
<<<
success
{
"_id" : ObjectId("589afbdeb15c802c22000032"),
"name" : "1號線", //地鐵站名稱
"city_id" : "1", //區域ID
"station" : { //站點
"0" : {
"name" : "民治", //站點名稱
"map_lat" : "22.680503", //百度地圖經緯度
"map_lng" : "113.840978", //百度地圖經緯度
"_id" : "14865520534059" //站點ID(用于盤源關聯站點)
}
}
}
+++
## 集合名稱:company。 單位名稱
> 說明:區域ID的讀取mysql數據庫的
+++
<<<
success
{
"_id" : ObjectId("589b11c0b15c800c15000029"),
"type" : "price_units", //單位類型。如:price_units 表示價格單位
"name" : "非中央空調" //單位名稱
}
+++
## 集合名稱:housing。 房源信息
>
+++
<<<
success
{
"_id" : ObjectId("58a3f6bfa81e5a312913ee8d"),
"name" : "北科大廈", //盤源名稱 該這段添加索引
"city_id" : "1", 市區ID 該這段添加索引
"district_id" : "3", 行政區ID 該這段添加索引
"phone" : "15507898841", //咨詢熱線
"lease_price" : "58", //出租價格
"lease_price_company" : //出租價格單位ID "58a3c720a81e5a701b13ee8d",
"sell_price" : "222", //出售價格
"sell_price_company" : //出售價格ID "58a3c730a81e5a823413ee8d",
"file" : [ //展示圖
"shenFengZheng/2017021514342614871404669281.jpg",
"shenFengZheng/2017021514342814871404682228.jpg",
"shenFengZheng/2017021514343414871404747946.jpg"
],
"total_area" : "10000", //總建筑面積
"average_area" : "300", //每層面積
"renovation_id" : "58a3c987a81e5aca1e13ee8d", //裝修類型ID
"building_num" : "1", //棟座數量
"floor_height" : "3.8", //平均每層高度
"elevator_num" : "5", //電梯數量
"greening_rate" : "12", //綠化率
"label" : [ //特色標簽
"58a3cc4ea81e5a212013ee8d"
],
"property_name" : "物業公司名稱", //物業公司名稱
"property_fee" : "133", //物業費
"property_fee_company" : //物業費ID "58a3c720a81e5a701b13ee8d",
"parking_num" : "122", //車位數量
"project_name" : "項目名稱", //項目名稱
"developers" : "開發商", //開發商
"developers_briefing" : "開發商簡介\r\n", //開發商簡介
"property_term" : "70", //產權期限
"address" : "發反反復復付發反反復復付", //地址
"map_lng" : "113.854633", //百度地圖經度 該這段添加索引
"map_lat" : "22.60552", //百度地圖緯度 該這段添加索引
"Building" : { //棟座
"0" : {
"building_code" : "1", //棟座編號
"total_floor" : "20", //總層數
"layer_area" : "300", //每層總面積
"_id" : //棟座ID "58a3f6bfa81e5a312913ee8d14871405656747",
"floor" : { //樓層
"58a3f6bfa81e5a312913ee8d14871406724156" : { //樓層ID
"source_id" : "58a3f6bfa81e5a312913ee8d", //盤源ID
"room_title" : "1319", //戶型標題
"building_id" : //棟座 "58a3f6bfa81e5a312913ee8d14871405656747",
"floor" : "13", //樓層
"doorplate" : "1319", //門牌號
"type" : "1", //意向:1為出租。2為出售
"area" : "102", //面積
"price" : "58", //價格
"room_price_id" : //價格單位 "58a3c720a81e5a701b13ee8d",
"renovation_id" : "", //裝修類型
"action" : [ //空間功能
"58a3ce8ca81e5aa22013ee8d",
"58a3ce94a81e5ac82313ee8d",
"58a3ce9da81e5acb2313ee8d"
],
"ground_type_bet" : "1", //付款方式(押)
"ground_type_pay" : "1", //付款方式(付)
"payment_type" : "1", //可提供傭金
"payment_type_company" : "1", //可提供押金單位(1為以每個月租金為單位,2為元)
"vacant" : "1", //是否空置,0為否,1為是
"vacant_time" : "4", //空置時間
"matching" : [ //空間配套
"58a3c9a6a81e5a561f13ee8d",
"58a3c9afa81e5a3a1e13ee8d"
],
"property" : "產權", //產權
"con_name" : "聯系人", //聯系人
"con_tel" : "15507898841", //聯系方式
"evaluate" : "經紀人點評\r\n", 經紀人點評
"toomImg" : [ //戶型圖
"shenFengZheng/2017021514372714871406473295.jpg",
"shenFengZheng/2017021514373014871406502209.jpg",
"shenFengZheng/2017021514373614871406567344.jpg"
],
"first" : [ //照片信息圖
"shenFengZheng/2017021514373914871406591552.jpg",
"shenFengZheng/2017021514374314871406633652.jpg",
"shenFengZheng/2017021514374714871406678135.jpg"
],
"_id" : //戶型ID "58a3f6bfa81e5a312913ee8d14871406724156"
}
}
}
}
}
+++
## 集合名稱:room。 戶型
>
+++
<<<
success
"room_id" : "58aa9c58b15c80682f00002914875979421751", //在房源庫中的戶型ID
"source_id" : "58a3f6bfa81e5a312913ee8d", //盤源ID
"room_title" : "1319", //戶型標題
"building_id" : //棟座 "58a3f6bfa81e5a312913ee8d14871405656747",
"floor" : "13", //樓層
"doorplate" : "1319", //門牌號
"type" : "1", //意向:1為出租。2為出售
"area" : "102", //面積
"price" : "58", //價格
"room_price_id" : //價格單位 "58a3c720a81e5a701b13ee8d",
"renovation_id" : "", //裝修類型
"action" : [ //空間功能
"58a3ce8ca81e5aa22013ee8d",
"58a3ce94a81e5ac82313ee8d",
"58a3ce9da81e5acb2313ee8d"
],
"ground_type_bet" : "1", //付款方式(押)
"ground_type_pay" : "1", //付款方式(付)
"payment_type" : "1", //可提供傭金
"payment_type_company" : "1", //可提供押金單位(1為以每個月租金為單位,2為元)
"vacant" : "1", //是否空置,0為否,1為是
"vacant_time" : "4", //空置時間
"matching" : [ //空間配套
"58a3c9a6a81e5a561f13ee8d",
"58a3c9afa81e5a3a1e13ee8d"
],
"property" : "產權", //產權
"con_name" : "聯系人", //聯系人
"con_tel" : "15507898841", //聯系方式
"evaluate" : "經紀人點評\r\n", 經紀人點評
"toomImg" : [ //戶型圖
"shenFengZheng/2017021514372714871406473295.jpg",
"shenFengZheng/2017021514373014871406502209.jpg",
"shenFengZheng/2017021514373614871406567344.jpg"
],
"first" : [ //照片信息圖
"shenFengZheng/2017021514373914871406591552.jpg",
"shenFengZheng/2017021514374314871406633652.jpg",
"shenFengZheng/2017021514374714871406678135.jpg"
],
+++
## 集合名稱:resources。 淘資源
>
+++
<<<
success
{
"_id" : ObjectId("58ae8345b15c80ac25000029"),
"title" : "資源標題",
"con_tel" : "15512345678",
"con_name" : "業主姓名",
"city_id" : "1", //區域ID
"small_area" : "58", //所需最小面積
"large_area" : "120", //所需最大面積
"region" : "龍華新區民治街道辦", //委托區域
"price" : "5888", //價格上限
"company_name" : "小馬快租", //公司名稱
"industry" : "房地產", //公司行業
"settled_time" : "1", //是否立即入駐 1為是0為否
"describe" : "小馬快租找龍華新區民治街道辦辦公室" //描述
}
+++