Class IntervalsQueryBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.IntervalsQueryBuilders
Builders for
IntervalsQuery variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic IntervalsAllOf.BuilderallOf()Creates a builder for theall_ofIntervalsQueryvariant.static IntervalsQueryCreates a IntervalsQuery of theall_ofIntervalsQueryvariant.static IntervalsAnyOf.BuilderanyOf()Creates a builder for theany_ofIntervalsQueryvariant.static IntervalsQueryCreates a IntervalsQuery of theany_ofIntervalsQueryvariant.static IntervalsFuzzy.Builderfuzzy()Creates a builder for thefuzzyIntervalsQueryvariant.static IntervalsQueryCreates a IntervalsQuery of thefuzzyIntervalsQueryvariant.static IntervalsMatch.Buildermatch()Creates a builder for thematchIntervalsQueryvariant.static IntervalsQueryCreates a IntervalsQuery of thematchIntervalsQueryvariant.static IntervalsPrefix.Builderprefix()Creates a builder for theprefixIntervalsQueryvariant.static IntervalsQueryCreates a IntervalsQuery of theprefixIntervalsQueryvariant.static IntervalsWildcard.Builderwildcard()Creates a builder for thewildcardIntervalsQueryvariant.static IntervalsQueryCreates a IntervalsQuery of thewildcardIntervalsQueryvariant.
-
Method Details
-
allOf
Creates a builder for theall_ofIntervalsQueryvariant. -
allOf
public static IntervalsQuery allOf(Function<IntervalsAllOf.Builder, ObjectBuilder<IntervalsAllOf>> fn) Creates a IntervalsQuery of theall_ofIntervalsQueryvariant. -
anyOf
Creates a builder for theany_ofIntervalsQueryvariant. -
anyOf
public static IntervalsQuery anyOf(Function<IntervalsAnyOf.Builder, ObjectBuilder<IntervalsAnyOf>> fn) Creates a IntervalsQuery of theany_ofIntervalsQueryvariant. -
fuzzy
Creates a builder for thefuzzyIntervalsQueryvariant. -
fuzzy
public static IntervalsQuery fuzzy(Function<IntervalsFuzzy.Builder, ObjectBuilder<IntervalsFuzzy>> fn) Creates a IntervalsQuery of thefuzzyIntervalsQueryvariant. -
match
Creates a builder for thematchIntervalsQueryvariant. -
match
public static IntervalsQuery match(Function<IntervalsMatch.Builder, ObjectBuilder<IntervalsMatch>> fn) Creates a IntervalsQuery of thematchIntervalsQueryvariant. -
prefix
Creates a builder for theprefixIntervalsQueryvariant. -
prefix
public static IntervalsQuery prefix(Function<IntervalsPrefix.Builder, ObjectBuilder<IntervalsPrefix>> fn) Creates a IntervalsQuery of theprefixIntervalsQueryvariant. -
wildcard
Creates a builder for thewildcardIntervalsQueryvariant. -
wildcard
public static IntervalsQuery wildcard(Function<IntervalsWildcard.Builder, ObjectBuilder<IntervalsWildcard>> fn) Creates a IntervalsQuery of thewildcardIntervalsQueryvariant.
-