Class MatchAllQuery.Builder
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder<MatchAllQuery.Builder>
org.opensearch.client.opensearch._types.query_dsl.MatchAllQuery.Builder
- All Implemented Interfaces:
ObjectBuilder<MatchAllQuery>
- Enclosing class:
- MatchAllQuery
public static class MatchAllQuery.Builder extends QueryBase.AbstractBuilder<MatchAllQuery.Builder> implements ObjectBuilder<MatchAllQuery>
Builder for
MatchAllQuery.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description MatchAllQuerybuild()Builds aMatchAllQuery.MatchAllQuery.BuildernormField(java.lang.String value)API name:norm_fieldprotected MatchAllQuery.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder
boost, name
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
normField
API name:norm_field -
self
- Specified by:
selfin classQueryBase.AbstractBuilder<MatchAllQuery.Builder>
-
build
Builds aMatchAllQuery.- Specified by:
buildin interfaceObjectBuilder<MatchAllQuery>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-