Convert a mongodb query to Elasticsearch query

前端 未结 0 705
野性不改
野性不改 2021-02-15 20:01

Suppose, I have a MongoDB query

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

that returns the count of documents th

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