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 集成到我现有的 java 应用程序中。
在现有的 java 应用程序中使用 solr 的方法是什么?
我们需要 HttpServer 来嵌入 solr 吗?
嵌入 solr 会有性能问题吗?
Solr 已经是一个完整的搜索服务器。将 solr 集成到 Java 应用程序中的最佳方法是使用 http resquests 到独立的 solr 服务器。如何做到这一点有多种可能性。一种是使用 SolrJ。
http://wiki.apache.org/solr/Solrj