Class DeleteByQueryRequest.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.core.DeleteByQueryRequest.Builder
-
- All Implemented Interfaces:
ObjectBuilder<DeleteByQueryRequest>
- Enclosing class:
- DeleteByQueryRequest
public static class DeleteByQueryRequest.Builder extends ObjectBuilderBase implements ObjectBuilder<DeleteByQueryRequest>
Builder forDeleteByQueryRequest.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteByQueryRequest.BuilderallowNoIndices(java.lang.Boolean value)Whether to ignore if a wildcard indices expression resolves into no concrete indices.DeleteByQueryRequest.Builderanalyzer(java.lang.String value)The analyzer to use for the query stringDeleteByQueryRequest.BuilderanalyzeWildcard(java.lang.Boolean value)Specify whether wildcard and prefix queries should be analyzed (default: false)DeleteByQueryRequestbuild()Builds aDeleteByQueryRequest.DeleteByQueryRequest.Builderconflicts(Conflicts value)What to do when the delete by query hits version conflicts?DeleteByQueryRequest.BuilderdefaultOperator(Operator value)The default operator for query string query (AND or OR)DeleteByQueryRequest.Builderdf(java.lang.String value)The field to use as default where no field prefix is given in the query stringDeleteByQueryRequest.BuilderexpandWildcards(java.util.List<ExpandWildcard> list)Whether to expand wildcard expression to concrete indices that are open, closed or both.DeleteByQueryRequest.BuilderexpandWildcards(ExpandWildcard value, ExpandWildcard... values)Whether to expand wildcard expression to concrete indices that are open, closed or both.DeleteByQueryRequest.Builderfrom(java.lang.Long value)Starting offset (default: 0)DeleteByQueryRequest.BuilderignoreUnavailable(java.lang.Boolean value)Whether specified concrete indices should be ignored when unavailable (missing or closed)DeleteByQueryRequest.Builderindex(java.lang.String value, java.lang.String... values)Required - A comma-separated list of index names to search; use_allor empty string to perform the operation on all indicesDeleteByQueryRequest.Builderindex(java.util.List<java.lang.String> list)Required - A comma-separated list of index names to search; use_allor empty string to perform the operation on all indicesDeleteByQueryRequest.Builderlenient(java.lang.Boolean value)Specify whether format-based query failures (such as providing text to a numeric field) should be ignoredDeleteByQueryRequest.BuildermaxDocs(java.lang.Long value)API name:max_docsDeleteByQueryRequest.Builderpreference(java.lang.String value)Specify the node or shard the operation should be performed on (default: random)DeleteByQueryRequest.Builderq(java.lang.String value)Query in the Lucene query string syntaxDeleteByQueryRequest.Builderquery(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)API name:queryDeleteByQueryRequest.Builderquery(Query value)API name:queryDeleteByQueryRequest.Builderrefresh(java.lang.Boolean value)Should the effected indexes be refreshed?DeleteByQueryRequest.BuilderrequestCache(java.lang.Boolean value)Specify if request cache should be used for this request or not, defaults to index level settingDeleteByQueryRequest.BuilderrequestsPerSecond(java.lang.Long value)The throttle for this request in sub-requests per second.DeleteByQueryRequest.Builderrouting(java.lang.String value)A comma-separated list of specific routing valuesDeleteByQueryRequest.Builderscroll(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Specify how long a consistent view of the index should be maintained for scrolled searchDeleteByQueryRequest.Builderscroll(Time value)Specify how long a consistent view of the index should be maintained for scrolled searchDeleteByQueryRequest.BuilderscrollSize(java.lang.Long value)Size on the scroll request powering the delete by queryDeleteByQueryRequest.BuildersearchTimeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Explicit timeout for each search request.DeleteByQueryRequest.BuildersearchTimeout(Time value)Explicit timeout for each search request.DeleteByQueryRequest.BuildersearchType(SearchType value)Search operation typeDeleteByQueryRequest.Buildersize(java.lang.Long value)Deprecated, please usemax_docsinsteadDeleteByQueryRequest.Builderslice(java.util.function.Function<SlicedScroll.Builder,ObjectBuilder<SlicedScroll>> fn)API name:sliceDeleteByQueryRequest.Builderslice(SlicedScroll value)API name:sliceDeleteByQueryRequest.Builderslices(java.lang.Long value)The number of slices this task should be divided into.DeleteByQueryRequest.Buildersort(java.lang.String value, java.lang.String... values)A comma-separated list of <field>:<direction> pairsDeleteByQueryRequest.Buildersort(java.util.List<java.lang.String> list)A comma-separated list of <field>:<direction> pairsDeleteByQueryRequest.Buildersource(java.util.function.Function<SourceConfigParam.Builder,ObjectBuilder<SourceConfigParam>> fn)True or false to return the _source field or not, or a list of fields to returnDeleteByQueryRequest.Buildersource(SourceConfigParam value)True or false to return the _source field or not, or a list of fields to returnDeleteByQueryRequest.BuildersourceExcludes(java.lang.String value, java.lang.String... values)A list of fields to exclude from the returned _source fieldDeleteByQueryRequest.BuildersourceExcludes(java.util.List<java.lang.String> list)A list of fields to exclude from the returned _source fieldDeleteByQueryRequest.BuildersourceIncludes(java.lang.String value, java.lang.String... values)A list of fields to extract and return from the _source fieldDeleteByQueryRequest.BuildersourceIncludes(java.util.List<java.lang.String> list)A list of fields to extract and return from the _source fieldDeleteByQueryRequest.Builderstats(java.lang.String value, java.lang.String... values)Specific 'tag' of the request for logging and statistical purposesDeleteByQueryRequest.Builderstats(java.util.List<java.lang.String> list)Specific 'tag' of the request for logging and statistical purposesDeleteByQueryRequest.BuilderterminateAfter(java.lang.Long value)The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.DeleteByQueryRequest.Buildertimeout(java.util.function.Function<Time.Builder,ObjectBuilder<Time>> fn)Time each individual bulk request should wait for shards that are unavailable.DeleteByQueryRequest.Buildertimeout(Time value)Time each individual bulk request should wait for shards that are unavailable.DeleteByQueryRequest.Builderversion(java.lang.Boolean value)Specify whether to return document version as part of a hitDeleteByQueryRequest.BuilderwaitForActiveShards(java.util.function.Function<WaitForActiveShards.Builder,ObjectBuilder<WaitForActiveShards>> fn)Sets the number of shard copies that must be active before proceeding with the delete by query operation.DeleteByQueryRequest.BuilderwaitForActiveShards(WaitForActiveShards value)Sets the number of shard copies that must be active before proceeding with the delete by query operation.DeleteByQueryRequest.BuilderwaitForCompletion(java.lang.Boolean value)Should the request should block until the delete by query is complete.-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
source
public final DeleteByQueryRequest.Builder source(@Nullable SourceConfigParam value)
True or false to return the _source field or not, or a list of fields to returnAPI name:
_source
-
source
public final DeleteByQueryRequest.Builder source(java.util.function.Function<SourceConfigParam.Builder,ObjectBuilder<SourceConfigParam>> fn)
True or false to return the _source field or not, or a list of fields to returnAPI name:
_source
-
sourceExcludes
public final DeleteByQueryRequest.Builder sourceExcludes(java.util.List<java.lang.String> list)
A list of fields to exclude from the returned _source fieldAPI name:
_source_excludesAdds all elements of
listtosourceExcludes.
-
sourceExcludes
public final DeleteByQueryRequest.Builder sourceExcludes(java.lang.String value, java.lang.String... values)
A list of fields to exclude from the returned _source fieldAPI name:
_source_excludesAdds one or more values to
sourceExcludes.
-
sourceIncludes
public final DeleteByQueryRequest.Builder sourceIncludes(java.util.List<java.lang.String> list)
A list of fields to extract and return from the _source fieldAPI name:
_source_includesAdds all elements of
listtosourceIncludes.
-
sourceIncludes
public final DeleteByQueryRequest.Builder sourceIncludes(java.lang.String value, java.lang.String... values)
A list of fields to extract and return from the _source fieldAPI name:
_source_includesAdds one or more values to
sourceIncludes.
-
allowNoIndices
public final DeleteByQueryRequest.Builder allowNoIndices(@Nullable java.lang.Boolean value)
Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes_allstring or when no indices have been specified)API name:
allow_no_indices
-
analyzeWildcard
public final DeleteByQueryRequest.Builder analyzeWildcard(@Nullable java.lang.Boolean value)
Specify whether wildcard and prefix queries should be analyzed (default: false)API name:
analyze_wildcard
-
analyzer
public final DeleteByQueryRequest.Builder analyzer(@Nullable java.lang.String value)
The analyzer to use for the query stringAPI name:
analyzer
-
conflicts
public final DeleteByQueryRequest.Builder conflicts(@Nullable Conflicts value)
What to do when the delete by query hits version conflicts?API name:
conflicts
-
defaultOperator
public final DeleteByQueryRequest.Builder defaultOperator(@Nullable Operator value)
The default operator for query string query (AND or OR)API name:
default_operator
-
df
public final DeleteByQueryRequest.Builder df(@Nullable java.lang.String value)
The field to use as default where no field prefix is given in the query stringAPI name:
df
-
expandWildcards
public final DeleteByQueryRequest.Builder expandWildcards(java.util.List<ExpandWildcard> list)
Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcardsAdds all elements of
listtoexpandWildcards.
-
expandWildcards
public final DeleteByQueryRequest.Builder expandWildcards(ExpandWildcard value, ExpandWildcard... values)
Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcardsAdds one or more values to
expandWildcards.
-
from
public final DeleteByQueryRequest.Builder from(@Nullable java.lang.Long value)
Starting offset (default: 0)API name:
from
-
ignoreUnavailable
public final DeleteByQueryRequest.Builder ignoreUnavailable(@Nullable java.lang.Boolean value)
Whether specified concrete indices should be ignored when unavailable (missing or closed)API name:
ignore_unavailable
-
index
public final DeleteByQueryRequest.Builder index(java.util.List<java.lang.String> list)
Required - A comma-separated list of index names to search; use_allor empty string to perform the operation on all indicesAPI name:
indexAdds all elements of
listtoindex.
-
index
public final DeleteByQueryRequest.Builder index(java.lang.String value, java.lang.String... values)
Required - A comma-separated list of index names to search; use_allor empty string to perform the operation on all indicesAPI name:
indexAdds one or more values to
index.
-
lenient
public final DeleteByQueryRequest.Builder lenient(@Nullable java.lang.Boolean value)
Specify whether format-based query failures (such as providing text to a numeric field) should be ignoredAPI name:
lenient
-
maxDocs
public final DeleteByQueryRequest.Builder maxDocs(@Nullable java.lang.Long value)
API name:max_docs
-
preference
public final DeleteByQueryRequest.Builder preference(@Nullable java.lang.String value)
Specify the node or shard the operation should be performed on (default: random)API name:
preference
-
q
public final DeleteByQueryRequest.Builder q(@Nullable java.lang.String value)
Query in the Lucene query string syntaxAPI name:
q
-
query
public final DeleteByQueryRequest.Builder query(@Nullable Query value)
API name:query
-
query
public final DeleteByQueryRequest.Builder query(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)
API name:query
-
refresh
public final DeleteByQueryRequest.Builder refresh(@Nullable java.lang.Boolean value)
Should the effected indexes be refreshed?API name:
refresh
-
requestCache
public final DeleteByQueryRequest.Builder requestCache(@Nullable java.lang.Boolean value)
Specify if request cache should be used for this request or not, defaults to index level settingAPI name:
request_cache
-
requestsPerSecond
public final DeleteByQueryRequest.Builder requestsPerSecond(@Nullable java.lang.Long value)
The throttle for this request in sub-requests per second. -1 means no throttle.API name:
requests_per_second
-
routing
public final DeleteByQueryRequest.Builder routing(@Nullable java.lang.String value)
A comma-separated list of specific routing valuesAPI name:
routing
-
scroll
public final DeleteByQueryRequest.Builder scroll(@Nullable Time value)
Specify how long a consistent view of the index should be maintained for scrolled searchAPI name:
scroll
-
scroll
public final DeleteByQueryRequest.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
public final DeleteByQueryRequest.Builder scrollSize(@Nullable java.lang.Long value)
Size on the scroll request powering the delete by queryAPI name:
scroll_size
-
searchTimeout
public final DeleteByQueryRequest.Builder searchTimeout(@Nullable Time value)
Explicit timeout for each search request. Defaults to no timeout.API name:
search_timeout
-
searchTimeout
public final DeleteByQueryRequest.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
public final DeleteByQueryRequest.Builder searchType(@Nullable SearchType value)
Search operation typeAPI name:
search_type
-
size
public final DeleteByQueryRequest.Builder size(@Nullable java.lang.Long value)
Deprecated, please usemax_docsinsteadAPI name:
size
-
slice
public final DeleteByQueryRequest.Builder slice(@Nullable SlicedScroll value)
API name:slice
-
slice
public final DeleteByQueryRequest.Builder slice(java.util.function.Function<SlicedScroll.Builder,ObjectBuilder<SlicedScroll>> fn)
API name:slice
-
slices
public final DeleteByQueryRequest.Builder slices(@Nullable java.lang.Long value)
The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set to 0 forauto.API name:
slices
-
sort
public final DeleteByQueryRequest.Builder sort(java.util.List<java.lang.String> list)
A comma-separated list of <field>:<direction> pairsAPI name:
sortAdds all elements of
listtosort.
-
sort
public final DeleteByQueryRequest.Builder sort(java.lang.String value, java.lang.String... values)
A comma-separated list of <field>:<direction> pairsAPI name:
sortAdds one or more values to
sort.
-
stats
public final DeleteByQueryRequest.Builder stats(java.util.List<java.lang.String> list)
Specific 'tag' of the request for logging and statistical purposesAPI name:
statsAdds all elements of
listtostats.
-
stats
public final DeleteByQueryRequest.Builder stats(java.lang.String value, java.lang.String... values)
Specific 'tag' of the request for logging and statistical purposesAPI name:
statsAdds one or more values to
stats.
-
terminateAfter
public final DeleteByQueryRequest.Builder terminateAfter(@Nullable java.lang.Long value)
The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.API name:
terminate_after
-
timeout
public final DeleteByQueryRequest.Builder timeout(@Nullable Time value)
Time each individual bulk request should wait for shards that are unavailable.API name:
timeout
-
timeout
public final DeleteByQueryRequest.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
public final DeleteByQueryRequest.Builder version(@Nullable java.lang.Boolean value)
Specify whether to return document version as part of a hitAPI name:
version
-
waitForActiveShards
public final DeleteByQueryRequest.Builder waitForActiveShards(@Nullable WaitForActiveShards value)
Sets the number of shard copies that must be active before proceeding with the delete by query operation. Defaults to 1, meaning the primary shard only. Set toallfor 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 DeleteByQueryRequest.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 delete by query operation. Defaults to 1, meaning the primary shard only. Set toallfor 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
public final DeleteByQueryRequest.Builder waitForCompletion(@Nullable java.lang.Boolean value)
Should the request should block until the delete by query is complete.API name:
wait_for_completion
-
build
public DeleteByQueryRequest build()
Builds aDeleteByQueryRequest.- Specified by:
buildin interfaceObjectBuilder<DeleteByQueryRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-