Class AlfrescoQueryRequest

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlfrescoQueryRequest
    extends org.apache.solr.client.solrj.request.QueryRequest
    Since:
    solr 1.3
    See Also:
    Serialized Form
    • Nested Class Summary

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

        org.apache.solr.client.solrj.SolrRequest.METHOD
    • Field Summary

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

        SUPPORTED_METHODS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<org.apache.solr.common.util.ContentStream> getContentStreams()  
      void setContentStream​(org.apache.solr.common.util.ContentStream contentStream)  
      • Methods inherited from class org.apache.solr.client.solrj.request.QueryRequest

        createResponse, getParams, getPath
      • Methods inherited from class org.apache.solr.client.solrj.SolrRequest

        getBasicAuthPassword, getBasicAuthUser, getMethod, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback
      • Methods inherited from class java.lang.Object

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

      • AlfrescoQueryRequest

        public AlfrescoQueryRequest()
      • AlfrescoQueryRequest

        public AlfrescoQueryRequest​(org.apache.solr.common.params.SolrParams q)
      • AlfrescoQueryRequest

        public AlfrescoQueryRequest​(org.apache.solr.common.params.SolrParams q,
                                    org.apache.solr.client.solrj.SolrRequest.METHOD method)
    • Method Detail

      • getContentStreams

        public java.util.Collection<org.apache.solr.common.util.ContentStream> getContentStreams()
        Overrides:
        getContentStreams in class org.apache.solr.client.solrj.request.QueryRequest
      • setContentStream

        public void setContentStream​(org.apache.solr.common.util.ContentStream contentStream)
        Parameters:
        contentStream - the contentStream to set