public abstract class SolrResponse extends Object implements Serializable
Constructor and Description |
---|
SolrResponse() |
Modifier and Type | Method and Description |
---|---|
static SolrResponse |
deserialize(byte[] bytes) |
abstract long |
getElapsedTime() |
abstract NamedList<Object> |
getResponse() |
static byte[] |
serializable(SolrResponse response) |
abstract void |
setResponse(NamedList<Object> rsp) |
public abstract long getElapsedTime()
public static byte[] serializable(SolrResponse response)
public static SolrResponse deserialize(byte[] bytes)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.