public UpdateResponse deleteByQuery(String query) throws SolrServerException, IOException {
return new UpdateRequest().deleteByQuery( query ).process( this );
}
public SolrPingResponse ping() throws SolrServerException, IOException {
return new SolrPing().process( this );
}