: I am new user of Solr and I want to know how can I use Solr in my own java
http://wiki.apache.org/solr/SolJava : program, what are the different possibilities of using solr. Is a web : servlet container is ncessary to run and use Solr, Is servlet Container as : Tomcat is enough to use all the power offered by solr. I heard about the : possiblity of using Solr as web service is it the best way and especially if : a program is written in another language than JAVA. I recommend using Solr as a webservice, even if your client is Java. but there are options for embedding Solr directly into your applications using SolrJ. -Hoss