Class GetSynonymsSetsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.synonyms.GetSynonymsSetsRequest
Retrieves 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 Integerfrom()Starting offsetstatic GetSynonymsSetsRequestfinal Integersize()specifies a max number of results to getMethods 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
Starting offsetAPI name:
from -
size
specifies a max number of results to getAPI name:
size
-