Class CountRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<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 WithJsonObjectBuilderBase<CountRequest.Builder> implements ObjectBuilder<CountRequest>
Builder for
CountRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description CountRequest.BuilderallowNoIndices(java.lang.Boolean value)Whether to ignore if a wildcard indices expression resolves into no concrete indices.CountRequest.Builderanalyzer(java.lang.String value)The analyzer to use for the query stringCountRequest.BuilderanalyzeWildcard(java.lang.Boolean value)Specify whether wildcard and prefix queries should be analyzed (default: false)CountRequestbuild()Builds aCountRequest.CountRequest.BuilderdefaultOperator(Operator value)The default operator for query string query (AND or OR)CountRequest.Builderdf(java.lang.String value)The field to use as default where no field prefix is given in the query stringCountRequest.BuilderexpandWildcards(ExpandWildcard value, ExpandWildcard... values)Whether to expand wildcard expression to concrete indices that are open, closed or both.CountRequest.BuilderexpandWildcards(java.util.List<ExpandWildcard> list)Whether to expand wildcard expression to concrete indices that are open, closed or both.CountRequest.BuilderignoreThrottled(java.lang.Boolean value)Whether specified concrete, expanded or aliased indices should be ignored when throttledCountRequest.BuilderignoreUnavailable(java.lang.Boolean value)Whether specified concrete indices should be ignored when unavailable (missing or closed)CountRequest.Builderindex(java.lang.String value, java.lang.String... values)A comma-separated list of indices to restrict the resultsCountRequest.Builderindex(java.util.List<java.lang.String> list)A comma-separated list of indices to restrict the resultsCountRequest.Builderlenient(java.lang.Boolean value)Specify whether format-based query failures (such as providing text to a numeric field) should be ignoredCountRequest.BuilderminScore(java.lang.Double value)Include only documents with a specific_scorevalue in the resultCountRequest.Builderpreference(java.lang.String value)Specify the node or shard the operation should be performed on (default: random)CountRequest.Builderq(java.lang.String value)Query in the Lucene query string syntaxCountRequest.Builderquery(Query value)API name:queryCountRequest.Builderquery(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)API name:queryCountRequest.Builderrouting(java.lang.String value)A comma-separated list of specific routing valuesprotected CountRequest.Builderself()CountRequest.BuilderterminateAfter(java.lang.Long value)The maximum count for each shard, upon reaching which the query execution will terminate earlyCountRequest.Buildertype(java.lang.String value, java.lang.String... values)A comma-separated list of types to restrict the resultsCountRequest.Buildertype(java.util.List<java.lang.String> list)A comma-separated list of types to restrict the resultsMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods 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_allstring 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 -
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_wildcardsAdds all elements of
listtoexpandWildcards. -
expandWildcards
Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcardsAdds one or more values to
expandWildcards. -
ignoreThrottled
Whether specified concrete, expanded or aliased indices should be ignored when throttledAPI name:
ignore_throttled -
index
A comma-separated list of indices to restrict the resultsAPI name:
indexAdds all elements of
listtoindex. -
index
A comma-separated list of indices to restrict the resultsAPI name:
indexAdds 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 -
minScore
Include only documents with a specific_scorevalue in the resultAPI name:
min_score -
preference
Specify the node or shard the operation should be performed on (default: random)API name:
preference -
q
Query in the Lucene query string syntaxAPI name:
q -
query
API name:query -
query
public final CountRequest.Builder query(java.util.function.Function<Query.Builder,ObjectBuilder<Query>> fn)API name:query -
routing
A comma-separated list of specific routing valuesAPI name:
routing -
terminateAfter
The maximum count for each shard, upon reaching which the query execution will terminate earlyAPI name:
terminate_after -
type
A comma-separated list of types to restrict the resultsAPI name:
typeAdds all elements of
listtotype. -
type
A comma-separated list of types to restrict the resultsAPI name:
typeAdds one or more values to
type. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<CountRequest.Builder>
-
build
Builds aCountRequest.- Specified by:
buildin interfaceObjectBuilder<CountRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-