[ http://issues.apache.org/jira/browse/SOLR-20?page=all ]

Darren Erik Vengroff updated SOLR-20:
-------------------------------------

    Attachment: solr-client-java.zip

Here's the latest.  There is an abstract base class that handles client 
connection and request/response and two subclasses.  One is as before, with 
java APIs, and the other is for cases where you have an XML document you want 
to transform and send to the server.

> A simple Java client with Java APIs for add(), delete(), commit() and 
> optimize().
> ---------------------------------------------------------------------------------
>
>          Key: SOLR-20
>          URL: http://issues.apache.org/jira/browse/SOLR-20
>      Project: Solr
>         Type: New Feature

>   Components: update
>  Environment: all
>     Reporter: Darren Erik Vengroff
>     Priority: Minor
>  Attachments: DocumentManagerClient.java, DocumentManagerClient.java, 
> SolrClientException.java, SolrServerException.java, solr-client-java.zip
>
> I wrote a simple little client class that can connect to a Solr server and 
> issue add, delete, commit and optimize commands using Java methods.  I'm 
> posting here for review and comments as suggested by Yonik.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to