Here we are going to study about search libray called apache solr. Basically using apache solr you can implement the functionality demostrated by following future. I think this future gives better idea of what you can get out of it rather than explaining it using words.
Ok, now we have small idea about it's power. As a first step to get the concepts behind apache solr, lets start by starting it on apache tomcat server.
Since i am following this totorial , i preffere using jetty server to run solr. But running it on apahe tomcat is not a big deal, just copy war file in to web apps directory in your tomcat folder.
To do this you need to download extract solr server then to goto examples folder and run java -jar starup.jar . Thats all you need to do to get it running on jetty server.
No comments:
Post a Comment