如何使用 sunspot / solr 将 mongomapper 1 索引为多个,作为其提交的 objectId 而不是整数?

发布于 2024-10-27 03:24:08 字数 357 浏览 1 评论 0原文

我有一个 mongmapper 产品和一个类别模型,一个类别有很多产品。

我正在尝试使用这样的类别来使用方面。 (似乎在AR中工作)

searchable do
      text :name
      integer :category_id, :references => ::Category
    end

问题是category_id是一个ObjectId而不是整数,所以我得到:

未定义的方法`to_i' for BSON::ObjectId(....尝试索引产品时出错。

以前有人这样做过吗?

有什么想法吗这样做?

谢谢 里克

I have a mongomapper product and a category model and a category has many products.

I am trying to use facets using the categories like this. (seems to work in AR)

searchable do
      text :name
      integer :category_id, :references => ::Category
    end

Problem is category_id is an ObjectId not integer so i get :

undefined method `to_i' for BSON::ObjectId(.... error when trying to index products.

Any one done this before ?

Any ideas how to do this ?

Thanks
rick

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文