|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.request.SolrQueryRequestBase
public abstract class SolrQueryRequestBase
Base implementation of SolrQueryRequest
that provides some
convenience methods for accessing parameters, and manages an IndexSearcher
reference.
The close()
method must be called on any instance of this
class once it is no longer in use.
Field Summary | |
---|---|
protected Map<Object,Object> |
context
|
protected SolrCore |
core
|
protected SolrParams |
origParams
|
protected SolrParams |
params
|
protected RefCounted<SolrIndexSearcher> |
searcherHolder
|
protected long |
startTime
|
protected Iterable<ContentStream> |
streams
|
Constructor Summary | |
---|---|
SolrQueryRequestBase(SolrCore core,
SolrParams params)
|
Method Summary | |
---|---|
void |
close()
Frees resources associated with this request, this method must be called when the object is no longer in use. |
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 |
setContentStreams(Iterable<ContentStream> s)
|
void |
setParams(SolrParams params)
Change the parameters for this request. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final SolrCore core
protected final SolrParams origParams
protected SolrParams params
protected Map<Object,Object> context
protected Iterable<ContentStream> streams
protected final long startTime
protected RefCounted<SolrIndexSearcher> searcherHolder
Constructor Detail |
---|
public SolrQueryRequestBase(SolrCore core, SolrParams params)
Method Detail |
---|
public Map<Object,Object> getContext()
SolrQueryRequest
getContext
in interface SolrQueryRequest
public SolrParams getParams()
SolrQueryRequest
getParams
in interface SolrQueryRequest
public SolrParams getOriginalParams()
SolrQueryRequest
getOriginalParams
in interface SolrQueryRequest
public void setParams(SolrParams params)
SolrQueryRequest
setParams
in interface SolrQueryRequest
public long getStartTime()
SolrQueryRequest
getStartTime
in interface SolrQueryRequest
public SolrIndexSearcher getSearcher()
SolrQueryRequest
getSearcher
in interface SolrQueryRequest
public SolrCore getCore()
SolrQueryRequest
getCore
in interface SolrQueryRequest
public IndexSchema getSchema()
SolrQueryRequest
getSchema
in interface SolrQueryRequest
public void close()
close
in interface SolrQueryRequest
public Iterable<ContentStream> getContentStreams()
getContentStreams
in interface SolrQueryRequest
public void setContentStreams(Iterable<ContentStream> s)
public String getParamString()
SolrQueryRequest
getParamString
in interface SolrQueryRequest
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |