我想根据权重进行文本搜索。所以在mongo查询下面使用
询问:
db.stores.find( { $text: { $search: ""咖啡店"" } } )
此查询适用于 MongoDB,但 aws documentDB 不支持 $text 搜索。有没有其他方法可以在 MongoDB 中进行文本搜索,它也支持 aws documentDB?
我想根据权重进行文本搜索。所以在mongo查询下面使用
询问:
db.stores.find( { $text: { $search: ""咖啡店"" } } )
此查询适用于 MongoDB,但 aws documentDB 不支持 $text 搜索。有没有其他方法可以在 MongoDB 中进行文本搜索,它也支持 aws documentDB?