gpt4 book ai didi

使用 haskell 驱动程序的 MongoDB 全文搜索

转载 作者:可可西里 更新时间:2023-11-01 10:33:09 24 4
gpt4 key购买 nike

是否可以通过 haskell 驱动程序使用 mongoDB 的全文搜索?

我在 haskell API 中找到了“runCommand”,但它需要一个文档作为参数。这对于 mongodb 可以运行的所有其他命令都很好,但是文本命令的语法是: db.collection.runCommand("text", {search : "something"})

所以我不知道如何将“文本”作为文档前面的第一个参数。

谢谢

最佳答案

text-command 可以写成另一种结构:

{ text: your_collection
, search: your_text
, filter: your_filter
, limit: your_limit
, project: your_projection
}

我有所怀疑,因为所有“runCommand” Action 都具有相同的结构。所以我尝试将该结构应用于文本命令 - 但没有成功。然后我想起 aggregate 也有另一种结构并尝试了,但那也没有用。最后,我在google group entry of the Java driver中找到了答案。 .

关于使用 haskell 驱动程序的 MongoDB 全文搜索,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17729863/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com