ExistsRequest

zio.elasticsearch.ElasticRequest.ExistsRequest
sealed trait ExistsRequest extends ElasticRequest[Boolean]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited and Abstract methods

Specifies a routing value to be used for this zio.elasticsearch.ElasticRequest.

Specifies a routing value to be used for this zio.elasticsearch.ElasticRequest.

Value parameters

value

the Routing value to set for the zio.elasticsearch.ElasticRequest

Attributes

Returns

an instance of the zio.elasticsearch.ElasticRequest enriched with the routing parameter.

Inherited from:
HasRouting (hidden)