有沒有辦法通過Mongoid使用MongoDB(v 2.4)的全文搜索功能?我試着從google group link得到答案,但不斷收到以下錯誤。使用Mongoid進行全文搜索
在一個標籤,我開始的mongod這樣:~$ mongod --setParameter textSearchEnabled=true
導致錯誤的代碼行: Article.mongo_session.command({:text => {:search => 'Ruby'}})
這將是巨大的,如果有人能指出一個方式在Ruby中執行MongoDB的runCommand
,讓我可以直接運行命令db.collection.runCommand("text", { search: <string> })
failed with error 13111: "exception: wrong type for field (text) 3 != 2"
See https://github.com/mongodb/mongo/blob/master/docs/errors.md
for details about this error.
你可以發佈導致錯誤的行嗎? – MervS 2013-04-30 06:28:34
請參閱更新後的帖子。 – brayne 2013-04-30 18:19:41