Class SuggestUserProfilesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.SuggestUserProfilesRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class SuggestUserProfilesRequest
extends RequestBase
implements JsonpSerializable
Get suggestions for user profiles that match specified search criteria.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<SuggestUserProfilesRequest>
Json deserializer forSuggestUserProfilesRequest
Endpoint "security.suggest_user_profiles
". -
Method Summary
Modifier and TypeMethodDescriptiondata()
List of filters for thedata
field of the profile document.final Hint
hint()
Extra search criteria to improve relevance of the suggestion result.final String
name()
Query string used to match name-related fields in user profile documents.static SuggestUserProfilesRequest
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupSuggestUserProfilesRequestDeserializer
(ObjectDeserializer<SuggestUserProfilesRequest.Builder> op) final Long
size()
Number of profiles to return.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_DESERIALIZER
Json deserializer forSuggestUserProfilesRequest
-
_ENDPOINT
public static final Endpoint<SuggestUserProfilesRequest,SuggestUserProfilesResponse, _ENDPOINTErrorResponse> Endpoint "security.suggest_user_profiles
".
-
-
Method Details
-
of
public static SuggestUserProfilesRequest of(Function<SuggestUserProfilesRequest.Builder, ObjectBuilder<SuggestUserProfilesRequest>> fn) -
data
List of filters for thedata
field of the profile document. To return all content usedata=*
. To return a subset of content usedata=<key>
to retrieve content nested under the specified<key>
. By default returns nodata
content.API name:
data
-
hint
Extra search criteria to improve relevance of the suggestion result. Profiles matching the spcified hint are ranked higher in the response. Profiles not matching the hint don't exclude the profile from the response as long as the profile matches thename
field query.API name:
hint
-
name
Query string used to match name-related fields in user profile documents. Name-related fields are the user'susername
,full_name
, andemail
.API name:
name
-
size
Number of profiles to return.API name:
size
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupSuggestUserProfilesRequestDeserializer
protected static void setupSuggestUserProfilesRequestDeserializer(ObjectDeserializer<SuggestUserProfilesRequest.Builder> op)
-