public interface SolrQueryRequest
Container for a request to execute a query.
SolrQueryRequest
is not thread safe.
Modifier and Type | Method and Description |
---|---|
void |
close()
This method should be called when all uses of this request are
finished, so that resources can be freed.
|
Iterable<ContentStream> |
getContentStreams()
A Collection of ContentStreams passed to the request
|
Map<Object,Object> |
getContext()
Generic information associated with this request that may be both read and updated.
|
SolrCore |
getCore()
The solr core (coordinator, etc) associated with this request
|
SolrParams |
getOriginalParams()
Returns the original request parameters.
|
SolrParams |
getParams()
returns the current request parameters
|
String |
getParamString()
Returns a string representing all the important parameters.
|
IndexSchema |
getSchema()
The index schema associated with this request
|
SolrIndexSearcher |
getSearcher()
The index searcher associated with this request
|
long |
getStartTime()
The start time of this request in milliseconds
|
void |
setParams(SolrParams params)
Change the parameters for this request.
|
SolrParams getParams()
void setParams(SolrParams params)
Iterable<ContentStream> getContentStreams()
SolrParams getOriginalParams()
Map<Object,Object> getContext()
void close()
long getStartTime()
SolrIndexSearcher getSearcher()
SolrCore getCore()
IndexSchema getSchema()
String getParamString()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.