Class IntervalsQueryBuilders
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.IntervalsQueryBuilders
public class IntervalsQueryBuilders
extends java.lang.Object
Builders for
IntervalsQuery variants.-
Method Summary
Modifier and Type Method Description static IntervalsAllOf.BuilderallOf()Creates a builder for theall_ofIntervalsQueryvariant.static IntervalsQueryallOf(java.util.function.Function<IntervalsAllOf.Builder,ObjectBuilder<IntervalsAllOf>> fn)Creates a IntervalsQuery of theall_ofIntervalsQueryvariant.static IntervalsAnyOf.BuilderanyOf()Creates a builder for theany_ofIntervalsQueryvariant.static IntervalsQueryanyOf(java.util.function.Function<IntervalsAnyOf.Builder,ObjectBuilder<IntervalsAnyOf>> fn)Creates a IntervalsQuery of theany_ofIntervalsQueryvariant.static IntervalsFuzzy.Builderfuzzy()Creates a builder for thefuzzyIntervalsQueryvariant.static IntervalsQueryfuzzy(java.util.function.Function<IntervalsFuzzy.Builder,ObjectBuilder<IntervalsFuzzy>> fn)Creates a IntervalsQuery of thefuzzyIntervalsQueryvariant.static IntervalsMatch.Buildermatch()Creates a builder for thematchIntervalsQueryvariant.static IntervalsQuerymatch(java.util.function.Function<IntervalsMatch.Builder,ObjectBuilder<IntervalsMatch>> fn)Creates a IntervalsQuery of thematchIntervalsQueryvariant.static IntervalsPrefix.Builderprefix()Creates a builder for theprefixIntervalsQueryvariant.static IntervalsQueryprefix(java.util.function.Function<IntervalsPrefix.Builder,ObjectBuilder<IntervalsPrefix>> fn)Creates a IntervalsQuery of theprefixIntervalsQueryvariant.static IntervalsWildcard.Builderwildcard()Creates a builder for thewildcardIntervalsQueryvariant.static IntervalsQuerywildcard(java.util.function.Function<IntervalsWildcard.Builder,ObjectBuilder<IntervalsWildcard>> fn)Creates a IntervalsQuery of thewildcardIntervalsQueryvariant.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
allOf
Creates a builder for theall_ofIntervalsQueryvariant. -
allOf
public static IntervalsQuery allOf(java.util.function.Function<IntervalsAllOf.Builder,ObjectBuilder<IntervalsAllOf>> fn)Creates a IntervalsQuery of theall_ofIntervalsQueryvariant. -
anyOf
Creates a builder for theany_ofIntervalsQueryvariant. -
anyOf
public static IntervalsQuery anyOf(java.util.function.Function<IntervalsAnyOf.Builder,ObjectBuilder<IntervalsAnyOf>> fn)Creates a IntervalsQuery of theany_ofIntervalsQueryvariant. -
fuzzy
Creates a builder for thefuzzyIntervalsQueryvariant. -
fuzzy
public static IntervalsQuery fuzzy(java.util.function.Function<IntervalsFuzzy.Builder,ObjectBuilder<IntervalsFuzzy>> fn)Creates a IntervalsQuery of thefuzzyIntervalsQueryvariant. -
match
Creates a builder for thematchIntervalsQueryvariant. -
match
public static IntervalsQuery match(java.util.function.Function<IntervalsMatch.Builder,ObjectBuilder<IntervalsMatch>> fn)Creates a IntervalsQuery of thematchIntervalsQueryvariant. -
prefix
Creates a builder for theprefixIntervalsQueryvariant. -
prefix
public static IntervalsQuery prefix(java.util.function.Function<IntervalsPrefix.Builder,ObjectBuilder<IntervalsPrefix>> fn)Creates a IntervalsQuery of theprefixIntervalsQueryvariant. -
wildcard
Creates a builder for thewildcardIntervalsQueryvariant. -
wildcard
public static IntervalsQuery wildcard(java.util.function.Function<IntervalsWildcard.Builder,ObjectBuilder<IntervalsWildcard>> fn)Creates a IntervalsQuery of thewildcardIntervalsQueryvariant.
-