Solr 与 NetBeans
我使用 NetBeans IDE 和 Virtuoso RDBMS 开发了一个 JSP Web 应用程序。 现在我想将 Solr 集成到其中。 我已经从 http://apache.favoritelinks.net//lucene/solr/ 安装了 Solr 3.3.0 我应该将 war 文件从下载的目录复制到我的 Web 应用程序 web-inf 目录吗?
我用的是windows7
I have developed a JSP web application using NetBeans IDE and a Virtuoso RDBMS.
Now i would like to integrate Solr into it.
I have installed Solr 3.3.0 from http://apache.favoritelinks.net//lucene/solr/
Should i just copy the war file from the downloaded directory to my web application web-inf directory ?
I am using windows7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我喜欢 Solr 附带的 Jetty 服务器来运行它。只需进入 solr 目录并运行 java -jar solr.jar 这将在本地启动服务器。
您还需要配置 Solr。有很多关于此的主题,Solr wiki 也很好。 http://wiki.apache.org/solr/
I like the Jetty server that comes with Solr for running it. Just go into the solr catalog and run
java -jar solr.jar
This will startup the server locally.You also need to configure Solr. There are a lot of threads on this and the Solr wiki is good as well. http://wiki.apache.org/solr/