hossman wrote:
> 
> 
> : 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
> 
> 
> 

thank you hossman for your response,I have another question : I have writen
a small java program using sockets to send an http query  to solr which is
running under tomcat then I got a response in xml format is  
that an example of using it as Web services since the the comminication is
based on http/xml ; or using tools such Axis is mondatory to talk about web
services (or Solr in it self by its behaviour is a web service).

thank you in advance.
-- 
View this message in context: 
http://www.nabble.com/How-to-use-Solr-in-java-program-tp16236930p16379502.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to