[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2007-01-09 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463372 ] Ryan McKinley commented on SOLR-20: --- added APL to zip > A simple Java client with Java APIs for add(), delete(), comm

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2007-01-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462800 ] Ryan McKinley commented on SOLR-20: --- I just posted a new version of a java client. This moves things to proper org.a

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-12-30 Thread Fuad Efendi (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12461517 ] Fuad Efendi commented on SOLR-20: - My previous comment is visible to jira-users only, sorry. Code submitted by Ryan looks great! > A simple Java client with Java API

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-12-27 Thread Fuad Efendi (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12461050 ] Fuad Efendi commented on SOLR-20: - SOLR-20: add, delete, commit, optimize SOLR-30: search So, should be merged. HttpClient seems to be right choice (easily configur

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-12-11 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12457598 ] Otis Gospodnetic commented on SOLR-20: -- SOLR-20 and SOLR-30 seem to be lingering in JIRA. Is the plan to merge them, and get the code into Solr? > A simple Java

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-11-17 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12450843 ] Hoss Man commented on SOLR-20: -- I don't know that there is a specific "right" one at the moment ... Darren's last comment suggests that he has a better version but it's

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-11-14 Thread David Halsted (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12449911 ] David Halsted commented on SOLR-20: --- it is a little confusing -- any chance one of the attachments could be designated as the right one? Thanks! > A simple Java c

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-11-06 Thread Fuad Efendi (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12447549 ] Fuad Efendi commented on SOLR-20: - I'm dieing... which files should I download? > A simple Java client with Java APIs for add(), delete(), commit() and > optimize().

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-09-29 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12438790 ] Yonik Seeley commented on SOLR-20: -- Ping... any chance you could make your latest version available? > A simple Java client with Java APIs for add(), delete(), com

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-08-16 Thread Darren Erik Vengroff (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12428555 ] Darren Erik Vengroff commented on SOLR-20: -- Please ignore that last attachment. It contains an earlier version of the code than I intended, and has a couple

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-07-17 Thread Philip Jacob (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12421774 ] Philip Jacob commented on SOLR-20: -- delete() in the DocumentManagerClient ought to be doing this: 1234 It's currently doing this: 1234 > A simple Java client with

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-06-07 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12415247 ] Yonik Seeley commented on SOLR-20: -- Great! Now we need to figure out where it lives, and how to work out the dependencies (a solr-util.jar that a client could use, or perhaps j

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-06-02 Thread Darren Erik Vengroff (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12414414 ] Darren Erik Vengroff commented on SOLR-20: -- Iterating over an array or Collection of values is a great suggestion. I'll change it and resubmit when I have some time lat

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-06-02 Thread Erik Hatcher (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12414394 ] Erik Hatcher commented on SOLR-20: -- One idea for dealing with multivalued fields is to check the type of the object in the Map and if is an array or Collection then iterate over

[jira] Commented: (SOLR-20) A simple Java client with Java APIs for add(), delete(), commit() and optimize().

2006-06-02 Thread Erik Hatcher (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-20?page=comments#action_12414382 ] Erik Hatcher commented on SOLR-20: -- This looks quite good and well documented! Thanks for this contribution. The only issue my current project would have with this is the Map