I wrote just such a client within the last 24h to support load-testing Solr for my application. The client stub is simple and independent of my particular application, so it would be easy for me to contribute it if there is interest. It has methods to add() a document or collection of documents, and commit() and optimize().
-D -----Original Message----- From: Yonik Seeley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 10:44 AM To: solr-user@lucene.apache.org Subject: Re: solr newbie We don't have it yet, but there really should be a simple Java client library that creates the XML add commands and handles sending them to the server.