GetByIdRequest
Attributes
- Graph
- Supertypes
Members list
Value members
Inherited methods
Configures whether or not to refresh the index after the operation in the ElasticRequest.
Configures whether or not to refresh the index after the operation in the ElasticRequest.
Attributes
- value
should be
true
if the index should be refreshed after the executed operation,false
otherwise- Returns:
an instance of the ElasticRequest enriched with the
refresh
parameter.- Inherited from:
- HasRefresh (hidden)
Sets refresh
parameter to false
in the ElasticRequest. Same as refresh.
Sets refresh
parameter to false
in the ElasticRequest. Same as refresh.
Attributes
- Returns:
a new instance of the ElasticRequest with the
refresh
parameter set tofalse
.- Inherited from:
- HasRefresh (hidden)
Sets refresh
parameter to true
in the ElasticRequest. Same as refresh.
Sets refresh
parameter to true
in the ElasticRequest. Same as refresh.
Attributes
- Returns:
a new instance of the ElasticRequest with the
refresh
parameter set totrue
.- Inherited from:
- HasRefresh (hidden)
Specifies a routing
value to be used for this ElasticRequest.
Specifies a routing
value to be used for this ElasticRequest.
Attributes
- value
the Routing value to set for the ElasticRequest
- Returns:
an instance of the ElasticRequest enriched with the
routing
parameter.- Inherited from:
- HasRouting (hidden)