Class SolrPayloadRequest

java.lang.Object
org.apache.solr.client.solrj.SolrRequest
com.lucidworks.cloud.api.call.impl.SolrPayloadRequest
All Implemented Interfaces:
Serializable

public class SolrPayloadRequest extends org.apache.solr.client.solrj.SolrRequest
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.solr.client.solrj.SolrRequest

    org.apache.solr.client.solrj.SolrRequest.METHOD, org.apache.solr.client.solrj.SolrRequest.SolrClientContext, org.apache.solr.client.solrj.SolrRequest.SolrRequestType
  • Field Summary

    Fields inherited from class org.apache.solr.client.solrj.SolrRequest

    SUPPORTED_METHODS, useBinaryV2, usev2
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addContentStream(org.apache.solr.common.util.ContentStream stream)
     
    protected org.apache.solr.client.solrj.SolrResponse
    createResponse(org.apache.solr.client.solrj.SolrClient server)
     
    Collection<org.apache.solr.common.util.ContentStream>
     
    org.apache.solr.common.params.SolrParams
     
     

    Methods inherited from class org.apache.solr.client.solrj.SolrRequest

    addHeader, getBasePath, getBasicAuthPassword, getBasicAuthUser, getCollection, getContentWriter, getHeaders, getMethod, getPath, getPreferredNodes, getQueryParams, getResponseParser, getStreamingResponseCallback, getUserPrincipal, process, process, setBasePath, setBasicAuthCredentials, setMethod, setPath, setPreferredNodes, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUserPrincipal, setUseV2

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SolrPayloadRequest

      public SolrPayloadRequest()
  • Method Details

    • getRequestType

      public String getRequestType()
      Specified by:
      getRequestType in class org.apache.solr.client.solrj.SolrRequest
    • getParams

      public org.apache.solr.common.params.SolrParams getParams()
      Specified by:
      getParams in class org.apache.solr.client.solrj.SolrRequest
    • addContentStream

      public void addContentStream(org.apache.solr.common.util.ContentStream stream)
    • getContentStreams

      public Collection<org.apache.solr.common.util.ContentStream> getContentStreams() throws IOException
      Overrides:
      getContentStreams in class org.apache.solr.client.solrj.SolrRequest
      Throws:
      IOException
    • createResponse

      protected org.apache.solr.client.solrj.SolrResponse createResponse(org.apache.solr.client.solrj.SolrClient server)
      Specified by:
      createResponse in class org.apache.solr.client.solrj.SolrRequest