|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SolrQueryRequest
Container for a request to execute a query.
SolrQueryRequest
is not thread safe.
Method Summary | |
---|---|
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 |
int |
getLimit()
Deprecated. |
SolrParams |
getOriginalParams()
Returns the original request parameters. |
String |
getParam(String name)
Deprecated. |
SolrParams |
getParams()
returns the current request parameters |
String[] |
getParams(String name)
Deprecated. |
String |
getParamString()
Returns a string representing all the important parameters. |
String |
getQueryString()
Deprecated. |
String |
getQueryType()
Deprecated. |
IndexSchema |
getSchema()
The index schema associated with this request |
SolrIndexSearcher |
getSearcher()
The index searcher associated with this request |
int |
getStart()
Deprecated. |
long |
getStartTime()
The start time of this request in milliseconds |
void |
setParams(SolrParams params)
Change the parameters for this request. |
Method Detail |
---|
SolrParams getParams()
void setParams(SolrParams params)
Iterable<ContentStream> getContentStreams()
SolrParams getOriginalParams()
Map<Object,Object> getContext()
void close()
@Deprecated String getParam(String name)
@Deprecated String[] getParams(String name)
@Deprecated String getQueryString()
@Deprecated String getQueryType()
@Deprecated int getStart()
@Deprecated int getLimit()
long getStartTime()
SolrIndexSearcher getSearcher()
SolrCore getCore()
IndexSchema getSchema()
String getParamString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |