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 IntervalsAnyOf.BuilderanyOf()Creates a builder for theany_ofIntervalsQueryvariant.static IntervalsFuzzy.Builderfuzzy()Creates a builder for thefuzzyIntervalsQueryvariant.static IntervalsMatch.Buildermatch()Creates a builder for thematchIntervalsQueryvariant.static IntervalsPrefix.Builderprefix()Creates a builder for theprefixIntervalsQueryvariant.static IntervalsWildcard.Builderwildcard()Creates a builder for 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. -
anyOf
Creates a builder for theany_ofIntervalsQueryvariant. -
fuzzy
Creates a builder for thefuzzyIntervalsQueryvariant. -
match
Creates a builder for thematchIntervalsQueryvariant. -
prefix
Creates a builder for theprefixIntervalsQueryvariant. -
wildcard
Creates a builder for thewildcardIntervalsQueryvariant.
-