[
https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492608
]
Ryan McKinley commented on SOLR-20:
-----------------------------------
For anyone interested, I've finished a major overhaul of the client at:
http://solrstuff.org/svn/solrj/
It is a dramatically different architecture then before. Essentially it reads
each response into a NamedList and each response type knows what the contents
mean.
After solr1.2, I'll work on getting something like this into the official
apache distribution.
This client source duplicates many classes that will eventually be extracted
into an independent solr-utils.jar (SOLR-135). Everything that is not in
"client"
http://solrstuff.org/svn/solrj/src/org/apache/solr/ will be in this .jar
I am using this in production code -- but i don't suggest that it is production
ready just yet.
> A simple Java client for updating and searching
> -----------------------------------------------
>
> Key: SOLR-20
> URL: https://issues.apache.org/jira/browse/SOLR-20
> Project: Solr
> Issue Type: New Feature
> Components: clients - java
> Environment: all
> Reporter: Darren Erik Vengroff
> Priority: Minor
> Attachments: DocumentManagerClient.java, DocumentManagerClient.java,
> solr-client-java-2.zip.zip, solr-client-java.zip, solr-client-sources.jar,
> solr-client.zip, solr-client.zip, solr-client.zip,
> solrclient_addqueryfacet.zip, SolrClientException.java,
> SolrServerException.java
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.