mongodb geonear
黄舟
黄舟 2017-05-02 09:17:53
0
1
568
使用db.runCommand({geoNear : “collectionName” , near : [120.123456,30.654321], num : 10 })查询之前我需要准备什么样子的集合collection ?collection相应的字段和索引???
黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

membalas semua(1)
大家讲道理

Koleksi perlu menambah maklumat koordinat dalam format GeoJson, contohnya:

{ type: "Point", coordinates: [ 40, 5 ] }

Anda juga perlu membina indeks jenis 2dsphere, contohnya:

db.collection.createIndex( { <location field> : "2dsphere" } )

Untuk butiran lanjut, sila lihat dokumentasi mongodb:
https://docs.mongodb.org/manual/core/2dsphere/

Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan