Class UserQueryBuilders
java.lang.Object
co.elastic.clients.elasticsearch.security.query_user.UserQueryBuilders
Builders for
UserQuery variants.-
Method Summary
Modifier and TypeMethodDescriptionstatic BoolQuery.Builderbool()Creates a builder for theboolUserQueryvariant.static UserQueryCreates a UserQuery of theboolUserQueryvariant.static ExistsQuery.Builderexists()Creates a builder for theexistsUserQueryvariant.static UserQueryCreates a UserQuery of theexistsUserQueryvariant.static IdsQuery.Builderids()Creates a builder for theidsUserQueryvariant.static UserQueryCreates a UserQuery of theidsUserQueryvariant.static MatchQuery.Buildermatch()Creates a builder for thematchUserQueryvariant.static UserQueryCreates a UserQuery of thematchUserQueryvariant.static MatchAllQuery.BuildermatchAll()Creates a builder for thematch_allUserQueryvariant.static UserQueryCreates a UserQuery of thematch_allUserQueryvariant.static PrefixQuery.Builderprefix()Creates a builder for theprefixUserQueryvariant.static UserQueryCreates a UserQuery of theprefixUserQueryvariant.static RangeQuery.Builderrange()Creates a builder for therangeUserQueryvariant.static UserQueryCreates a UserQuery of therangeUserQueryvariant.Creates a builder for thesimple_query_stringUserQueryvariant.static UserQuerysimpleQueryString(Function<SimpleQueryStringQuery.Builder, ObjectBuilder<SimpleQueryStringQuery>> fn) Creates a UserQuery of thesimple_query_stringUserQueryvariant.static TermQuery.Builderterm()Creates a builder for thetermUserQueryvariant.static UserQueryCreates a UserQuery of thetermUserQueryvariant.static TermsQuery.Builderterms()Creates a builder for thetermsUserQueryvariant.static UserQueryCreates a UserQuery of thetermsUserQueryvariant.static WildcardQuery.Builderwildcard()Creates a builder for thewildcardUserQueryvariant.static UserQueryCreates a UserQuery of thewildcardUserQueryvariant.
-
Method Details
-
ids
Creates a builder for theidsUserQueryvariant. -
ids
Creates a UserQuery of theidsUserQueryvariant. -
bool
Creates a builder for theboolUserQueryvariant. -
bool
Creates a UserQuery of theboolUserQueryvariant. -
exists
Creates a builder for theexistsUserQueryvariant. -
exists
Creates a UserQuery of theexistsUserQueryvariant. -
match
Creates a builder for thematchUserQueryvariant. -
match
Creates a UserQuery of thematchUserQueryvariant. -
matchAll
Creates a builder for thematch_allUserQueryvariant. -
matchAll
Creates a UserQuery of thematch_allUserQueryvariant. -
prefix
Creates a builder for theprefixUserQueryvariant. -
prefix
Creates a UserQuery of theprefixUserQueryvariant. -
range
Creates a builder for therangeUserQueryvariant. -
range
Creates a UserQuery of therangeUserQueryvariant. -
simpleQueryString
Creates a builder for thesimple_query_stringUserQueryvariant. -
simpleQueryString
public static UserQuery simpleQueryString(Function<SimpleQueryStringQuery.Builder, ObjectBuilder<SimpleQueryStringQuery>> fn) Creates a UserQuery of thesimple_query_stringUserQueryvariant. -
term
Creates a builder for thetermUserQueryvariant. -
term
Creates a UserQuery of thetermUserQueryvariant. -
terms
Creates a builder for thetermsUserQueryvariant. -
terms
Creates a UserQuery of thetermsUserQueryvariant. -
wildcard
Creates a builder for thewildcardUserQueryvariant. -
wildcard
Creates a UserQuery of thewildcardUserQueryvariant.
-