public class QueryRequest extends SolrRequest<QueryResponse>
SolrRequest.METHOD| Constructor and Description | 
|---|
QueryRequest()  | 
QueryRequest(SolrParams q)  | 
QueryRequest(SolrParams q,
            SolrRequest.METHOD method)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected QueryResponse | 
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the server 
 | 
Collection<ContentStream> | 
getContentStreams()  | 
SolrParams | 
getParams()  | 
String | 
getPath()
Use the params 'QT' parameter if it exists 
 | 
getBasicAuthPassword, getBasicAuthUser, getMethod, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic QueryRequest()
public QueryRequest(SolrParams q)
public QueryRequest(SolrParams q, SolrRequest.METHOD method)
public String getPath()
getPath in class SolrRequest<QueryResponse>public Collection<ContentStream> getContentStreams()
getContentStreams in class SolrRequest<QueryResponse>protected QueryResponse createResponse(SolrClient client)
SolrRequestcreateResponse in class SolrRequest<QueryResponse>client - the SolrClient the request will be sent topublic SolrParams getParams()
getParams in class SolrRequest<QueryResponse>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.