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
I like the Jetty server that comes with Solr for running it. Just go into the solr catalog and run
java -jar solr.jarThis 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/