MongoDB 查询和映射操作符介绍

比较操作符

NameDescription
$eq匹配等于指定值的值
$gt匹配大于指定值的值
$gte匹配大于或等于指定值的值
$lt匹配小于指定值的值
$lte匹配小于或等于指定值的值
$ne匹配不等于指定值的所有值
$in匹配数组中指定的任何值
$nin不匹配数组中指定的值

逻辑操作符

NameDescription
$or使用逻辑OR连接查询子句将返回符合任一子句条件的所有文档
$and使用逻辑AND连接查询子句将返回符合两个子句条件的所有文档
$not颠倒查询表达式的效果并返回与查询表达式不匹配的文档
$nor用逻辑NOR连接查询子句返回所有不能匹配这两个子句的文档

元素(Element)操作符

NameDescription
$exists匹配具有指定字段的文档
$type如果某个字段是指定类型,则选择文档

值(Evaluation)操作符

NameDescription
$mod对字段的值执行模运算,并选择具有指定结果的文档
$regex选择值与指定正则表达式匹配的文档
$text执行文本搜索
$where匹配满足JavaScript表达式的文档

Geospatial (地球几何空间操作符?这个真看不懂了,贴官方原文)

NameDescription
$geoWithinSelects geometries within a bounding GeoJSON geometry. The 2dsphere and 2d indexes support $geoWithin.
$geoIntersectsSelects geometries that intersect with a GeoJSON geometry. The 2dsphere index supports $geoIntersects.
$nearReturns geospatial objects in proximity to a point. Requires a geospatial index. The 2dsphere and 2d indexes support $near.
$nearSphereReturns geospatial objects in proximity to a point on a sphere. Requires a geospatial index. The 2dsphere and 2d indexes support $nearSphere.

数组操作符

NameDescription
$all匹配包含查询中指定的所有元素的数组
$elemMatch如果数组中的元素与所有指定的条件匹配,则选择文档
$size如果数组字段为指定大小,则选择文档

二进制操作符(不太会用,帖原文)

NameDescription
$bitsAllSetMatches numeric or binary values in which a set of bit positions all have a value of 1.
$bitsAnySetMatches numeric or binary values in which any bit from a set of bit positions has a value of 1.
$bitsAllClearMatches numeric or binary values in which a set of bit positions all have a value of 0.
$bitsAnyClearMatches numeric or binary values in which any bit from a set of bit positions has a value of 0.

注释(Comments)操作符(不太会用,帖原文)

NameDescription
$commentAdds a comment to a query predicate.

映射操作符

NameDescription
$在与查询条件匹配的数组中比配的第一个元素
$elemMatch映射数组中与匹配指定的$elemMatch条件的第一个元素
$metaProjects the document’s score assigned during $text operation.(在文本操作期间分配文档的评分?这个不太明白)
$slice限制从数组中投射的元素的数量。支持跳过和限制切片(相当于分页)

官方原文:http://www.mongoing.com/docs/reference/operator/query.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值