Uses of Class
org.exoplatform.commons.search.es.client.ElasticResponse
-
Packages that use ElasticResponse Package Description org.exoplatform.commons.search.es.client -
-
Uses of ElasticResponse in org.exoplatform.commons.search.es.client
Methods in org.exoplatform.commons.search.es.client that return ElasticResponse Modifier and Type Method Description protected ElasticResponseElasticClient. sendHttpDeleteRequest(String url)protected ElasticResponseElasticClient. sendHttpGetRequest(String url)protected ElasticResponseElasticClient. sendHttpHeadRequest(String url)protected ElasticResponseElasticClient. sendHttpPostRequest(String url, String content)protected ElasticResponseElasticClient. sendHttpPutRequest(String url, String content)
-