Class UpdateByQueryRequest.Builder
- All Implemented Interfaces:
WithJson<UpdateByQueryRequest.Builder>
,ObjectBuilder<UpdateByQueryRequest>
- Enclosing class:
- UpdateByQueryRequest
public static class UpdateByQueryRequest.Builder extends WithJsonObjectBuilderBase<UpdateByQueryRequest.Builder> implements ObjectBuilder<UpdateByQueryRequest>
UpdateByQueryRequest
.-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description UpdateByQueryRequest.Builder
allowNoIndices(java.lang.Boolean value)
Whether to ignore if a wildcard indices expression resolves into no concrete indices.UpdateByQueryRequest.Builder
analyzer(java.lang.String value)
The analyzer to use for the query stringUpdateByQueryRequest.Builder
analyzeWildcard(java.lang.Boolean value)
Specify whether wildcard and prefix queries should be analyzed (default: false)UpdateByQueryRequest
build()
Builds aUpdateByQueryRequest
.UpdateByQueryRequest.Builder
conflicts(Conflicts value)
API name:conflicts
UpdateByQueryRequest.Builder
defaultOperator(Operator value)
The default operator for query string query (AND or OR)UpdateByQueryRequest.Builder
df(java.lang.String value)
The field to use as default where no field prefix is given in the query stringUpdateByQueryRequest.Builder
expandWildcards(ExpandWildcard value, ExpandWildcard... values)
Whether to expand wildcard expression to concrete indices that are open, closed or both.UpdateByQueryRequest.Builder
expandWildcards(java.util.List<ExpandWildcard> list)
Whether to expand wildcard expression to concrete indices that are open, closed or both.UpdateByQueryRequest.Builder
from(java.lang.Long value)
Starting offset (default: 0)UpdateByQueryRequest.Builder
ignoreUnavailable(java.lang.Boolean value)
Whether specified concrete indices should be ignored when unavailable (missing or closed)UpdateByQueryRequest.Builder
index(java.lang.String value, java.lang.String... values)
Required - A comma-separated list of index names to search; use_all
or empty string to perform the operation on all indicesUpdateByQueryRequest.Builder
index(java.util.List<java.lang.String> list)
Required - A comma-separated list of index names to search; use_all
or empty string to perform the operation on all indicesUpdateByQueryRequest.Builder
lenient(java.lang.Boolean value)
Specify whether format-based query failures (such as providing text to a numeric field) should be ignoredUpdateByQueryRequest.Builder
maxDocs(java.lang.Long value)
API name:max_docs
UpdateByQueryRequest.Builder
pipeline(java.lang.String value)
Ingest pipeline to set on index requests made by this action.UpdateByQueryRequest.Builder
preference(java.lang.String value)
Specify the node or shard the operation should be performed on (default: random)UpdateByQueryRequest.Builder
query(Query value)
API name:query
UpdateByQueryRequest.Builder
query(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)
API name:query
UpdateByQueryRequest.Builder
refresh(java.lang.Boolean value)
Should the affected indexes be refreshed?UpdateByQueryRequest.Builder
requestCache(java.lang.Boolean value)
Specify if request cache should be used for this request or not, defaults to index level settingUpdateByQueryRequest.Builder
requestsPerSecond(java.lang.Long value)
The throttle to set on this request in sub-requests per second.UpdateByQueryRequest.Builder
routing(java.lang.String value)
A comma-separated list of specific routing valuesUpdateByQueryRequest.Builder
script(Script value)
API name:script
UpdateByQueryRequest.Builder
script(java.util.function.Function<Script.Builder,ObjectBuilder<Script>> fn)
API name:script
UpdateByQueryRequest.Builder
scroll(Time value)
Specify how long a consistent view of the index should be maintained for scrolled searchUpdateByQueryRequest.Builder
scroll(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)
Specify how long a consistent view of the index should be maintained for scrolled searchUpdateByQueryRequest.Builder
scrollSize(java.lang.Long value)
Size on the scroll request powering the update by queryUpdateByQueryRequest.Builder
searchTimeout(Time value)
Explicit timeout for each search request.UpdateByQueryRequest.Builder
searchTimeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)
Explicit timeout for each search request.UpdateByQueryRequest.Builder
searchType(SearchType value)
Search operation typeprotected UpdateByQueryRequest.Builder
self()
UpdateByQueryRequest.Builder
slice(SlicedScroll value)
API name:slice
UpdateByQueryRequest.Builder
slice(java.util.function.Function<SlicedScroll.Builder,ObjectBuilder<SlicedScroll>> fn)
API name:slice
UpdateByQueryRequest.Builder
slices(java.lang.Long value)
The number of slices this task should be divided into.UpdateByQueryRequest.Builder
sort(java.lang.String value, java.lang.String... values)
A comma-separated list of <field>:<direction> pairsUpdateByQueryRequest.Builder
sort(java.util.List<java.lang.String> list)
A comma-separated list of <field>:<direction> pairsUpdateByQueryRequest.Builder
stats(java.lang.String value, java.lang.String... values)
Specific 'tag' of the request for logging and statistical purposesUpdateByQueryRequest.Builder
stats(java.util.List<java.lang.String> list)
Specific 'tag' of the request for logging and statistical purposesUpdateByQueryRequest.Builder
terminateAfter(java.lang.Long value)
The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.UpdateByQueryRequest.Builder
timeout(Time value)
Time each individual bulk request should wait for shards that are unavailable.UpdateByQueryRequest.Builder
timeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)
Time each individual bulk request should wait for shards that are unavailable.UpdateByQueryRequest.Builder
version(java.lang.Boolean value)
Specify whether to return document version as part of a hitUpdateByQueryRequest.Builder
versionType(java.lang.Boolean value)
Should the document increment the version number (internal) on hit or not (reindex)UpdateByQueryRequest.Builder
waitForActiveShards(WaitForActiveShards value)
Sets the number of shard copies that must be active before proceeding with the update by query operation.UpdateByQueryRequest.Builder
waitForActiveShards(java.util.function.Function<WaitForActiveShards.Builder,ObjectBuilder<WaitForActiveShards>> fn)
Sets the number of shard copies that must be active before proceeding with the update by query operation.UpdateByQueryRequest.Builder
waitForCompletion(java.lang.Boolean value)
Should the request should block until the update by query operation is complete.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowNoIndices
Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes_all
string or when no indices have been specified)API name:
allow_no_indices
-
analyzeWildcard
Specify whether wildcard and prefix queries should be analyzed (default: false)API name:
analyze_wildcard
-
analyzer
The analyzer to use for the query stringAPI name:
analyzer
-
conflicts
API name:conflicts
-
defaultOperator
The default operator for query string query (AND or OR)API name:
default_operator
-
df
The field to use as default where no field prefix is given in the query stringAPI name:
df
-
expandWildcards
Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcards
Adds all elements of
list
toexpandWildcards
. -
expandWildcards
public final UpdateByQueryRequest.Builder expandWildcards(ExpandWildcard value, ExpandWildcard... values)Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcards
Adds one or more values to
expandWildcards
. -
from
Starting offset (default: 0)API name:
from
-
index
Required - A comma-separated list of index names to search; use_all
or empty string to perform the operation on all indicesAPI name:
index
Adds all elements of
list
toindex
. -
index
public final UpdateByQueryRequest.Builder index(java.lang.String value, java.lang.String... values)Required - A comma-separated list of index names to search; use_all
or empty string to perform the operation on all indicesAPI name:
index
Adds one or more values to
index
. -
lenient
Specify whether format-based query failures (such as providing text to a numeric field) should be ignoredAPI name:
lenient
-
maxDocs
API name:max_docs
-
pipeline
Ingest pipeline to set on index requests made by this action. (default: none)API name:
pipeline
-
preference
Specify the node or shard the operation should be performed on (default: random)API name:
preference
-
query
API name:query
-
query
public final UpdateByQueryRequest.Builder query(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)API name:query
-
refresh
Should the affected indexes be refreshed?API name:
refresh
-
requestCache
Specify if request cache should be used for this request or not, defaults to index level settingAPI name:
request_cache
-
requestsPerSecond
The throttle to set on this request in sub-requests per second. -1 means no throttle.API name:
requests_per_second
-
routing
A comma-separated list of specific routing valuesAPI name:
routing
-
script
API name:script
-
script
public final UpdateByQueryRequest.Builder script(java.util.function.Function<Script.Builder,ObjectBuilder<Script>> fn)API name:script
-
scroll
Specify how long a consistent view of the index should be maintained for scrolled searchAPI name:
scroll
-
scroll
public final UpdateByQueryRequest.Builder scroll(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Specify how long a consistent view of the index should be maintained for scrolled searchAPI name:
scroll
-
scrollSize
Size on the scroll request powering the update by queryAPI name:
scroll_size
-
searchTimeout
Explicit timeout for each search request. Defaults to no timeout.API name:
search_timeout
-
searchTimeout
public final UpdateByQueryRequest.Builder searchTimeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Explicit timeout for each search request. Defaults to no timeout.API name:
search_timeout
-
searchType
Search operation typeAPI name:
search_type
-
slice
API name:slice
-
slice
public final UpdateByQueryRequest.Builder slice(java.util.function.Function<SlicedScroll.Builder,ObjectBuilder<SlicedScroll>> fn)API name:slice
-
slices
The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set toauto
.API name:
slices
-
sort
A comma-separated list of <field>:<direction> pairsAPI name:
sort
Adds all elements of
list
tosort
. -
sort
A comma-separated list of <field>:<direction> pairsAPI name:
sort
Adds one or more values to
sort
. -
stats
Specific 'tag' of the request for logging and statistical purposesAPI name:
stats
Adds all elements of
list
tostats
. -
stats
public final UpdateByQueryRequest.Builder stats(java.lang.String value, java.lang.String... values)Specific 'tag' of the request for logging and statistical purposesAPI name:
stats
Adds one or more values to
stats
. -
terminateAfter
The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.API name:
terminate_after
-
timeout
Time each individual bulk request should wait for shards that are unavailable.API name:
timeout
-
timeout
public final UpdateByQueryRequest.Builder timeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Time each individual bulk request should wait for shards that are unavailable.API name:
timeout
-
version
Specify whether to return document version as part of a hitAPI name:
version
-
versionType
Should the document increment the version number (internal) on hit or not (reindex)API name:
version_type
-
waitForActiveShards
Sets the number of shard copies that must be active before proceeding with the update by query operation. Defaults to 1, meaning the primary shard only. Set toall
for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)API name:
wait_for_active_shards
-
waitForActiveShards
public final UpdateByQueryRequest.Builder waitForActiveShards(java.util.function.Function<WaitForActiveShards.Builder,ObjectBuilder<WaitForActiveShards>> fn)Sets the number of shard copies that must be active before proceeding with the update by query operation. Defaults to 1, meaning the primary shard only. Set toall
for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)API name:
wait_for_active_shards
-
waitForCompletion
Should the request should block until the update by query operation is complete.API name:
wait_for_completion
-
self
- Specified by:
self
in classWithJsonObjectBuilderBase<UpdateByQueryRequest.Builder>
-
build
Builds aUpdateByQueryRequest
.- Specified by:
build
in interfaceObjectBuilder<UpdateByQueryRequest>
- Throws:
java.lang.NullPointerException
- if some of the required fields are null.
-