org.apache.solr.client.solrj.request
public class QueryRequest extends SolrRequest
SolrRequest.METHOD| Constructor and Description | 
|---|
QueryRequest()  | 
QueryRequest(SolrParams q)  | 
QueryRequest(SolrParams q,
            SolrRequest.METHOD method)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<ContentStream> | 
getContentStreams()  | 
SolrParams | 
getParams()  | 
String | 
getPath()
Use the params 'QT' parameter if it exists 
 | 
QueryResponse | 
process(SolrServer server)  | 
getMethod, getResponseParser, getStreamingResponseCallback, setMethod, setPath, setResponseParser, setStreamingResponseCallbackpublic QueryRequest()
public QueryRequest(SolrParams q)
public QueryRequest(SolrParams q, SolrRequest.METHOD method)
public String getPath()
getPath in class SolrRequestpublic Collection<ContentStream> getContentStreams()
getContentStreams in class SolrRequestpublic SolrParams getParams()
getParams in class SolrRequestpublic QueryResponse process(SolrServer server) throws SolrServerException
process in class SolrRequestSolrServerExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.