On 7/6/07, Karen Loughran <[EMAIL PROTECTED]> wrote:
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)

The solr java client has actually been committed in the latest
development version, but is still subject to change.

When possible, prefer an external (HTTP) interface over an embedded
one, as it will likely remain more stable over time.

-Yonik

Reply via email to