在哪里定义 Sunspot/solr 配置?

发布于 2024-11-25 03:05:36 字数 152 浏览 1 评论 0原文

我在 sunspot 文档中看到,要定义我应该使用的默认结果数:

Sunspot.config.pagination.default_per_page = 12

我尝试将该行添加到 application.rb 但它不起作用。我到底应该在哪里定义这个设置?

I see in the sunspot documentation that to define the default number of results I should use:

Sunspot.config.pagination.default_per_page = 12

I have tried adding that line to application.rb but it doesn't work. Where exactly should I define this setting?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿挽旧人 2024-12-02 03:05:36

只需将其放入初始化程序中,例如 config/initializers/sunspot.rb 即可正常工作!

Just put it in an initializer e.g. config/initializers/sunspot.rb and it will work fine!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文