Class ElasticsearchRequest.Builder
java.lang.Object
org.hibernate.search.backend.elasticsearch.client.common.spi.ElasticsearchRequest.Builder
- Enclosing class:
ElasticsearchRequest
-
Method Summary
Modifier and TypeMethodDescriptionbody(com.google.gson.JsonObject object) build()multiValuedParam(String name, Collection<String> values) multiValuedPathComponent(Iterable<URLEncodedString> indexNames) pathComponent(URLEncodedString pathComponent) wholeEncodedPath(String path)
-
Method Details
-
wholeEncodedPath
-
pathComponent
-
multiValuedPathComponent
-
param
-
param
-
param
-
param
-
multiValuedParam
-
body
-
deadline
-
build
-