NGToolsAdmin/uniCloud-aliyun/database/opendb-poi.index.json

58 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-09-13 08:39:31 +00:00
[
{
"IndexName": "location",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "location",
"Direction": "2dsphere"
}
],
"MgoIsUnique": false
}
},
{
"IndexName": "visible",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "visible",
"Direction": "1"
}
],
"MgoIsUnique": false
}
},
{
"IndexName": "province-city-district",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "province",
"Direction": "1"
},
{
"Name": "city",
"Direction": "1"
},
{
"Name": "district",
"Direction": "1"
}
],
"MgoIsUnique": false
}
},
{
"IndexName": "create_date",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "create_date",
"Direction": "1"
}
],
"MgoIsUnique": false
}
}
]