org.apache.solr.client.solrj.response
Class UpdateResponse

java.lang.Object
  extended by org.apache.solr.client.solrj.SolrResponse
      extended by org.apache.solr.client.solrj.response.SolrResponseBase
          extended by org.apache.solr.client.solrj.response.UpdateResponse
All Implemented Interfaces:
Serializable

public class UpdateResponse
extends SolrResponseBase

TODO -- mostly a stub until we have a defined output format

Since:
solr 1.3
See Also:
Serialized Form

Constructor Summary
UpdateResponse()
           
 
Method Summary
 
Methods inherited from class org.apache.solr.client.solrj.response.SolrResponseBase
getElapsedTime, getQTime, getRequestUrl, getResponse, getResponseHeader, getStatus, setElapsedTime, setRequestUrl, setResponse, toString
 
Methods inherited from class org.apache.solr.client.solrj.SolrResponse
deserialize, serializable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateResponse

public UpdateResponse()


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.