UpdateByQueryRequest
Attributes
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Sets the conflict detection mode for the zio.elasticsearch.ElasticRequest.UpdateByQueryRequest.
Sets the conflict detection mode for the zio.elasticsearch.ElasticRequest.UpdateByQueryRequest.
Value parameters
- value
-
the zio.elasticsearch.request.UpdateConflicts value to be set
Attributes
- Returns
-
an instance of the zio.elasticsearch.ElasticRequest.UpdateByQueryRequest with the conflict detection mode configured.
Inherited methods
Sets refresh
parameter to false
in the zio.elasticsearch.ElasticRequest. Same as refresh(false).
Sets refresh
parameter to false
in the zio.elasticsearch.ElasticRequest. Same as refresh(false).
Attributes
- Returns
-
a new instance of the zio.elasticsearch.ElasticRequest with the
refresh
parameter set tofalse
. - See also
-
#refresh
- Inherited from:
- HasRefresh (hidden)
Sets refresh
parameter to true
in the zio.elasticsearch.ElasticRequest. Same as refresh(true).
Sets refresh
parameter to true
in the zio.elasticsearch.ElasticRequest. Same as refresh(true).
Attributes
- Returns
-
a new instance of the zio.elasticsearch.ElasticRequest with the
refresh
parameter set totrue
. - See also
-
#refresh
- Inherited from:
- HasRefresh (hidden)
Inherited and Abstract methods
Configures whether or not to refresh the index after the operation in the zio.elasticsearch.ElasticRequest.
Configures whether or not to refresh the index after the operation in the zio.elasticsearch.ElasticRequest.
Value parameters
- value
-
should be
true
if the index should be refreshed after the executed operation,false
otherwise
Attributes
- Returns
-
an instance of the zio.elasticsearch.ElasticRequest enriched with the
refresh
parameter. - Inherited from:
- HasRefresh (hidden)
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)