开发者

Solr with NetBeans

开发者 https://www.devze.com 2023-03-25 01:11 出处:网络
I have developed a JSP web applic开发者_StackOverflow社区ation using NetBeans IDE and a Virtuoso RDBMS.

I have developed a JSP web applic开发者_StackOverflow社区ation 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


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消