Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Rails 项目中,我们将 sunspot gem 用于 Solr 全文搜索引擎。Sunspot 构建在 RSolr 库之上,该库为 Solr 交互提供了一个低级接口。
是否有可能设置 RSolr 对 SOLR 服务器的请求是HTTPS而不是HTTP
RSolr 已经支持这一点。只需使用 https 协议设置您的 url,并将端口设置为 443。
你可以在这里看到它是如何工作的:
https://github.com/mwmitchell/rsolr/blob/master/lib/rsolr/connection.rb