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.
我正在使用 Solr 和 Sunspot 进行全文搜索的 Ruby on Rails 应用程序上编写自定义算法。我想利用 Solr 生成的索引文件,尤其是索引词的 TF*IDF 值。有没有一种简单的方法可以访问这些索引信息?
你看过tf和idf的 Solr 函数查询吗?如果您使用的是更高版本的 Solr,您可以按函数查询响应排序。