软件下载吧文章资讯

分类分类

mongo中模糊查询的综合应用

2024-02-28 13:28作者:下载吧

前言

以下是一个mongo查询的综合应用,即介绍一个生产中实际应用的模糊查询,当然其实也很简单,主要用到mongo中的模糊查询和$or查询,以及并的关系,下面是一个mongo中的一条记录

{
“_id” : “ffe6a068-9043-4334-97d2-75387340e655”,
“file_id” : “ffe6a068-9043-4334-97d2-75387340e655”,
“name” : “中国正大”,
“update_time” : NumberInt(1554975642),
“create_time” : NumberInt(1554975642),
“content” : “中国正大相关信息”,
“file_url” : “”,
“file_type” : “”,
“user_ids” : [
1.0,
10.0
],
“group_ids” : [

],
“is_common” : NumberInt(0),
“confidence” : -1.0,
“obj_id” : “”,
“source” : “”,
“content_time” : “”,
“author” : “”,
“summary” : “”,
“info_type” : “00”,
“sub_info_type” : “”,
“title” : “”,
“word_num” : NumberInt(8)
}

展开全部

相关文章

说两句网友评论
    我要跟贴
    取消