Class IntervalsQueryBuilders
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.IntervalsQueryBuilders
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IntervalsQueryBuilders
extends Object
Builders for
IntervalsQuery variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
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.
-