I use solr with tomcat 5.5.23. I have successfully used Darren Erik Vengroff's java client for adding and deleting found on this page.
http://wiki.apache.org/solr/SolJava I also successfully use EmbeddedSolr for direct API usage (found at the end of this link) Karen On Friday 06 July 2007 06:26:52 nithyavembu wrote: > Hi All, > > I am new to Solr. But i am familiar with lucene. > I am stuggling in solr server configuation.I am using Tomcat 5. I have > worked with the "example" standalone given with solr while i download. > But my doubt is > i) In lucene we add document by using java. But here they given in xml > format and posting them using POST.jar. How can i add document in java? > ii) How can i send the http request n get response in a standalone java > program? > iii) Whether i have to add any xml or i have to modify the xml > (server.xml,web.xml) files for solr server configuration? > > > Best, > Nithya.V.