Class ElasticsearchClientUtils
java.lang.Object
org.hibernate.search.backend.elasticsearch.client.impl.ElasticsearchClientUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisSuccessCode(int code) static org.apache.http.HttpEntitytoEntity(com.google.gson.Gson gson, ElasticsearchRequest request) static ElasticsearchVersion
-
Method Details
-
isSuccessCode
public static boolean isSuccessCode(int code) -
toEntity
public static org.apache.http.HttpEntity toEntity(com.google.gson.Gson gson, ElasticsearchRequest request) throws IOException - Throws:
IOException
-
tryGetElasticsearchVersion
-