Class CountRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<CountRequest.Builder>
co.elastic.clients.elasticsearch.core.CountRequest.Builder
- All Implemented Interfaces:
WithJson<CountRequest.Builder>,ObjectBuilder<CountRequest>
- Enclosing class:
- CountRequest
public static class CountRequest.Builder
extends RequestBase.AbstractBuilder<CountRequest.Builder>
implements ObjectBuilder<CountRequest>
Builder for
CountRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CountRequest.BuilderallowNoIndices(Boolean value) Iffalse, the request returns an error if any wildcard expression, index alias, or_allvalue targets only missing or closed indices.final CountRequest.BuilderAnalyzer to use for the query string.final CountRequest.BuilderanalyzeWildcard(Boolean value) Iftrue, wildcard and prefix queries are analyzed.build()Builds aCountRequest.final CountRequest.BuilderdefaultOperator(Operator value) The default operator for query string query:ANDorOR.final CountRequest.BuilderField to use as default where no field prefix is given in the query string.final CountRequest.BuilderexpandWildcards(ExpandWildcard value, ExpandWildcard... values) Type of index that wildcard patterns can match.final CountRequest.BuilderexpandWildcards(List<ExpandWildcard> list) Type of index that wildcard patterns can match.final CountRequest.BuilderignoreThrottled(Boolean value) Iftrue, concrete, expanded or aliased indices are ignored when frozen.final CountRequest.BuilderignoreUnavailable(Boolean value) Iffalse, the request returns an error if it targets a missing or closed index.final CountRequest.BuilderComma-separated list of data streams, indices, and aliases to search.final CountRequest.BuilderComma-separated list of data streams, indices, and aliases to search.final CountRequest.BuilderIftrue, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.final CountRequest.BuilderSets the minimum_scorevalue that documents must have to be included in the result.final CountRequest.Builderpreference(String value) Specifies the node or shard the operation should be performed on.final CountRequest.BuilderQuery in the Lucene query string syntax.final CountRequest.BuilderDefines the search definition using the Query DSL.final CountRequest.BuilderDefines the search definition using the Query DSL.final CountRequest.BuilderCustom value used to route operations to a specific shard.protected CountRequest.Builderself()final CountRequest.BuilderterminateAfter(Long value) Maximum number of documents to collect for each shard.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowNoIndices
Iffalse, the request returns an error if any wildcard expression, index alias, or_allvalue targets only missing or closed indices. This behavior applies even if the request targets other open indices.API name:
allow_no_indices -
analyzeWildcard
Iftrue, wildcard and prefix queries are analyzed. This parameter can only be used when theqquery string parameter is specified.API name:
analyze_wildcard -
analyzer
Analyzer to use for the query string. This parameter can only be used when theqquery string parameter is specified.API name:
analyzer -
defaultOperator
The default operator for query string query:ANDorOR. This parameter can only be used when theqquery string parameter is specified.API name:
default_operator -
df
Field to use as default where no field prefix is given in the query string. This parameter can only be used when theqquery string parameter is specified.API name:
df -
expandWildcards
Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such asopen,hidden.API name:
expand_wildcardsAdds all elements of
listtoexpandWildcards. -
expandWildcards
Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such asopen,hidden.API name:
expand_wildcardsAdds one or more values to
expandWildcards. -
ignoreThrottled
Iftrue, concrete, expanded or aliased indices are ignored when frozen.API name:
ignore_throttled -
index
Comma-separated list of data streams, indices, and aliases to search. Supports wildcards (*). To search all data streams and indices, omit this parameter or use*or_all.API name:
indexAdds all elements of
listtoindex. -
index
Comma-separated list of data streams, indices, and aliases to search. Supports wildcards (*). To search all data streams and indices, omit this parameter or use*or_all.API name:
indexAdds one or more values to
index. -
lenient
Iftrue, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.API name:
lenient -
minScore
Sets the minimum_scorevalue that documents must have to be included in the result.API name:
min_score -
preference
Specifies the node or shard the operation should be performed on. Random by default.API name:
preference -
q
Query in the Lucene query string syntax.API name:
q -
query
Defines the search definition using the Query DSL.API name:
query -
query
Defines the search definition using the Query DSL.API name:
query -
routing
Custom value used to route operations to a specific shard.API name:
routing -
terminateAfter
Maximum number of documents to collect for each shard. If a query reaches this limit, Elasticsearch terminates the query early. Elasticsearch collects documents before sorting.API name:
terminate_after -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<CountRequest.Builder>
-
build
Builds aCountRequest.- Specified by:
buildin interfaceObjectBuilder<CountRequest>- Throws:
NullPointerException- if some of the required fields are null.
-