mongodb遇到的错误

错误一.com.mongodb.MongoCommandException: Command failed with error -1: ‘can’t find ns’ on server 127.0.0.1:27017. The full response is { “ok” : 0.0, “errmsg” : “can’t find ns” }
错误二.no geo indices for geoNear

上面两个错误

查询店铺的时候报错,解决办法

创建索引

[lzq@localhost bin]$ ./mongo
MongoDB shell version v4.0.2
connecting to: mongodb://127.0.0.1:27017
MongoDB server version: 4.0.2
Server has startup warnings: 
2020-09-10T04:37:31.046-0400 I STORAGE  [initandlisten] 
2020-09-10T04:37:31.046-0400 I STORAGE  [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
2020-09-10T04:37:31.046-0400 I STORAGE  [initandlisten] **          See http://dochub.mongodb.org/core/prodnotes-filesystem
2020-09-10T04:37:32.576-0400 I CONTROL  [initandlisten] 
2020-09-10T04:37:32.576-0400 I CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
2020-09-10T04:37:32.576-0400 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
2020-09-10T04:37:32.576-0400 I CONTROL  [initandlisten] ** WARNING: You are running this process as the root user, which is not recommended.
2020-09-10T04:37:32.576-0400 I CONTROL  [initandlisten] 
---
Enable MongoDB's free cloud-based monitoring service, which will then receive and display
metrics about your deployment (disk utilization, CPU, operation statistics, etc).

The monitoring data will be available on a MongoDB website with a unique URL accessible to you
and anyone you share the URL with. MongoDB may use this information to make product
improvements and to suggest MongoDB products and deployment options to you.

To enable free monitoring, run the following command: db.enableFreeMonitoring()
To permanently disable this reminder, run the following command: db.disableFreeMonitoring()
---

> use flash-waimai;
switched to db flash-waimai
> db.bingos.createIndex({location: "2dsphere"})
{
	"createdCollectionAutomatically" : true,
	"numIndexesBefore" : 1,
	"numIndexesAfter" : 2,
	"ok" : 1
}
> db.shops.createIndex({location: "2dsphere"})
{
	"createdCollectionAutomatically" : true,
	"numIndexesBefore" : 1,
	"numIndexesAfter" : 2,
	"ok" : 1
}
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值