public class ExplainResponse extends ActionResponse
TransportResponse.Emptyheaders| コンストラクタと説明 |
|---|
ExplainResponse(String index,
String type,
String id,
boolean exists) |
ExplainResponse(String index,
String type,
String id,
boolean exists,
org.apache.lucene.search.Explanation explanation) |
ExplainResponse(String index,
String type,
String id,
boolean exists,
org.apache.lucene.search.Explanation explanation,
GetResult getResult) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
org.apache.lucene.search.Explanation |
getExplanation() |
GetResult |
getGetResult() |
String |
getId() |
String |
getIndex() |
String |
getType() |
boolean |
hasExplanation() |
boolean |
isExists() |
boolean |
isMatch() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic ExplainResponse(String index, String type, String id, boolean exists, org.apache.lucene.search.Explanation explanation)
public String getIndex()
public String getType()
public String getId()
public org.apache.lucene.search.Explanation getExplanation()
public boolean isMatch()
public boolean hasExplanation()
public boolean isExists()
public GetResult getGetResult()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 ActionResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 ActionResponseIOExceptionCopyright © 2009–2016. All rights reserved.