Package org.codelibs.fess.util
Class EsUtil
- java.lang.Object
-
- org.codelibs.fess.util.EsUtil
-
public final class EsUtil extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEsUtil.XContentBuilderCallback
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OutputStreamgetXContentBuilderOutputStream(EsUtil.XContentBuilderCallback func, org.elasticsearch.common.xcontent.XContentType xContentType)static OutputStreamgetXContentOutputStream(org.elasticsearch.common.xcontent.ToXContent xContent, org.elasticsearch.common.xcontent.XContentType xContentType)
-
-
-
Method Detail
-
getXContentBuilderOutputStream
public static OutputStream getXContentBuilderOutputStream(EsUtil.XContentBuilderCallback func, org.elasticsearch.common.xcontent.XContentType xContentType)
-
getXContentOutputStream
public static OutputStream getXContentOutputStream(org.elasticsearch.common.xcontent.ToXContent xContent, org.elasticsearch.common.xcontent.XContentType xContentType)
-
-