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, setStreamingResponseCallback
public QueryRequest()
public QueryRequest(SolrParams q)
public QueryRequest(SolrParams q, SolrRequest.METHOD method)
public String getPath()
getPath
in class SolrRequest
public Collection<ContentStream> getContentStreams()
getContentStreams
in class SolrRequest
public SolrParams getParams()
getParams
in class SolrRequest
public QueryResponse process(SolrServer server) throws SolrServerException
process
in class SolrRequest
SolrServerException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.