[
https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499831
]
Ryan McKinley commented on SOLR-20:
-----------------------------------
Hi Ben-
Thanks for the patch. Will Johnson added the options to the java client on:
http://solrstuff.org/svn/solrj/
This implementation is now quite stable (thanks to lots of help from Will!) and
I hope will be integrated into solr trunk shortly after 1.2 (this week?!)
About the allowDups/overwritePending/overwriteCommited options... what part
of them do you use? In SOLR-60, there is talk of replacing the three options
with a (simpler) overwrite=true/false -- maybe we should change the client api
to:
UpdateResponse add( SolrDocument doc, boolean overwrite ) throws
SolrServerException;
In anticipation of this change?
> 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.