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.
我用 Apache Nutch、Solr 和 Ajax-Solr 作为前端设置了一个小型搜索服务器。如果我使用 ajax-solr 教程中的 solr 服务器,一切正常,但如果我要使用我自己的 solr 服务器(在同一台计算机上运行),我的前端似乎正在搜索服务器但没有找到它。我用谷歌搜索并在论坛中搜索,但我没有找到有效的东西。有谁知道出了什么问题?(Solr 服务器正在启动,没有任何异常)
谢谢
感谢你的回答。我用萤火虫检查了一切,发现了问题。reuters.js 中只是缺少一个字段声明
现在搜索服务器工作得很好。
您是否能够在 SOLR 日志中看到 UI 发出的搜索查询?尝试使用萤火虫调试javascript ..