Solr with NetBeans
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/
精彩评论