add convenience methods for deleteById to take a list of strings ----------------------------------------------------------------
Key: SOLR-1222 URL: https://issues.apache.org/jira/browse/SOLR-1222 Project: Solr Issue Type: Improvement Components: clients - java Affects Versions: 1.3 Reporter: Frank Maritato Priority: Minor Fix For: 1.4 I have a patch to add methods to SolrServer.java and UpdateRequest.java to accept a list of Strings for deleteById. Internally, UpdateRequest uses a list for the single api, but SolrServer calls process immediately after the single so it would send all my deletes to the server one by one. This change adds a method to UpdateRequest to add a List to the internal list, SolrServer calls this method then process immediately after. Would be nice if you can get this in for 1.4. Thanks :) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.