Class IntervalsQuery.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder<IntervalsQuery.Builder>
org.opensearch.client.opensearch._types.query_dsl.IntervalsQuery.Builder
- All Implemented Interfaces:
ObjectBuilder<IntervalsQuery>
- Enclosing class:
IntervalsQuery
public static class IntervalsQuery.Builder
extends QueryBase.AbstractBuilder<IntervalsQuery.Builder>
implements ObjectBuilder<IntervalsQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()final IntervalsQuery.BuilderRequired - The target fieldprotected IntervalsQuery.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder
boost, queryNameMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classQueryBase.AbstractBuilder<IntervalsQuery.Builder>
-
field
Required - The target field -
allOf
-
allOf
public ObjectBuilder<IntervalsQuery> allOf(Function<IntervalsAllOf.Builder, ObjectBuilder<IntervalsAllOf>> fn) -
anyOf
-
anyOf
public ObjectBuilder<IntervalsQuery> anyOf(Function<IntervalsAnyOf.Builder, ObjectBuilder<IntervalsAnyOf>> fn) -
fuzzy
-
fuzzy
public ObjectBuilder<IntervalsQuery> fuzzy(Function<IntervalsFuzzy.Builder, ObjectBuilder<IntervalsFuzzy>> fn) -
match
-
match
public ObjectBuilder<IntervalsQuery> match(Function<IntervalsMatch.Builder, ObjectBuilder<IntervalsMatch>> fn) -
prefix
-
prefix
public ObjectBuilder<IntervalsQuery> prefix(Function<IntervalsPrefix.Builder, ObjectBuilder<IntervalsPrefix>> fn) -
wildcard
-
wildcard
public ObjectBuilder<IntervalsQuery> wildcard(Function<IntervalsWildcard.Builder, ObjectBuilder<IntervalsWildcard>> fn) -
build
- Specified by:
buildin interfaceObjectBuilder<IntervalsQuery>
-