Convert a mongodb query to Elasticsearch query

前端 未结 0 934
灰色年华
灰色年华 2021-02-15 20:24

Suppose, I have a MongoDB query

db.tm_watch.count({trademark: {$in: [ObjectId(\'1\'), ObjectId(\'2\')]}});

that returns the count of documents th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题