public class SimpleSolrResponse extends SolrResponse
MapWriter.EntryWriter
Modifier and Type | Field and Description |
---|---|
long |
elapsedTime |
NamedList<Object> |
nl |
Constructor and Description |
---|
SimpleSolrResponse() |
Modifier and Type | Method and Description |
---|---|
long |
getElapsedTime()
Elapsed time in milliseconds for the request as seen from the client.
|
NamedList<Object> |
getResponse() |
void |
setElapsedTime(long elapsedTime) |
void |
setResponse(NamedList<Object> rsp) |
deserialize, getException, serializable, writeMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_forEachEntry, _forEachEntry, _forEachEntry, _get, _get, _getStr, _getStr
public long getElapsedTime()
SolrResponse
getElapsedTime
in class SolrResponse
public NamedList<Object> getResponse()
getResponse
in class SolrResponse
public void setResponse(NamedList<Object> rsp)
setResponse
in class SolrResponse
public void setElapsedTime(long elapsedTime)
setElapsedTime
in class SolrResponse
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.