クラス JsonContent
java.lang.Object
org.codelibs.elasticsearch.df.content.DataContent
org.codelibs.elasticsearch.df.content.json.JsonContent
public class JsonContent extends DataContent
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 protected classJsonContent.OnLoadListener -
フィールドの概要
クラスから継承されたフィールド org.codelibs.elasticsearch.df.content.DataContent
client, contentType, request -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 JsonContent(org.elasticsearch.client.Client client, org.elasticsearch.rest.RestRequest request, ContentType contentType) -
メソッドの概要
クラスから継承されたメソッド org.codelibs.elasticsearch.df.content.DataContent
getContentType, getRequest
-
コンストラクタの詳細
-
JsonContent
public JsonContent(org.elasticsearch.client.Client client, org.elasticsearch.rest.RestRequest request, ContentType contentType)
-
-
メソッドの詳細
-
write
public void write(File outputFile, org.elasticsearch.action.search.SearchResponse response, org.elasticsearch.rest.RestChannel channel, org.elasticsearch.action.ActionListener<Void> listener)- 定義:
writeクラス内DataContent
-