Class GetSynonymsSetsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.synonyms.GetSynonymsSetsRequest
Get all synonym sets. Get a summary of all defined synonym sets.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetSynonymsSetsRequest,
GetSynonymsSetsResponse, ErrorResponse> Endpoint "synonyms.get_synonyms_sets
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Integer
from()
The starting offset for synonyms sets to retrieve.static GetSynonymsSetsRequest
final Integer
size()
The maximum number of synonyms sets to retrieve.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetSynonymsSetsRequest,GetSynonymsSetsResponse, _ENDPOINTErrorResponse> Endpoint "synonyms.get_synonyms_sets
".
-
-
Method Details
-
of
public static GetSynonymsSetsRequest of(Function<GetSynonymsSetsRequest.Builder, ObjectBuilder<GetSynonymsSetsRequest>> fn) -
from
The starting offset for synonyms sets to retrieve.API name:
from
-
size
The maximum number of synonyms sets to retrieve.API name:
size
-