Class IntervalsQuery.Builder
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase.AbstractBuilder<IntervalsQuery.Builder>
co.elastic.clients.elasticsearch._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 Constructor Description Builder() -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase.AbstractBuilder
boost, queryNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
Required - The target fieldAPI name:
field -
self
- Specified by:
selfin classQueryBase.AbstractBuilder<IntervalsQuery.Builder>
-
allOf
-
allOf
public IntervalsQuery.Builder allOf(java.util.function.Function<IntervalsAllOf.Builder,ObjectBuilder<IntervalsAllOf>> f) -
anyOf
-
anyOf
public IntervalsQuery.Builder anyOf(java.util.function.Function<IntervalsAnyOf.Builder,ObjectBuilder<IntervalsAnyOf>> f) -
fuzzy
-
fuzzy
public IntervalsQuery.Builder fuzzy(java.util.function.Function<IntervalsFuzzy.Builder,ObjectBuilder<IntervalsFuzzy>> f) -
match
-
match
public IntervalsQuery.Builder match(java.util.function.Function<IntervalsMatch.Builder,ObjectBuilder<IntervalsMatch>> f) -
prefix
-
prefix
public IntervalsQuery.Builder prefix(java.util.function.Function<IntervalsPrefix.Builder,ObjectBuilder<IntervalsPrefix>> f) -
wildcard
-
wildcard
public IntervalsQuery.Builder wildcard(java.util.function.Function<IntervalsWildcard.Builder,ObjectBuilder<IntervalsWildcard>> f) -
build
- Specified by:
buildin interfaceObjectBuilder<IntervalsQuery>
-