Synonym dictionary view
    • PDF

    Synonym dictionary view

    • PDF

    Article Summary

    View the detailed information of the synonym dictionary set in the domain.

    GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/synonym/{synoName}
    

    Requests

    Request parameters

    Parameter nameRequiredTypeService limitsDescription
    nameYesstringExisting Domain name
    synoNameYesstringExisting synonym dictionary name
    versionNostringSynonym dictionary version

    Responses

    Field nameTypeDescriptionNote
    namestringSynonym dictionary name
    serviceNamestringSynonym dictionary service nameService name used during indexing
    versionstringVersion set in the synonym dictionary
    descriptionstringSynonym dictionary description
    wordListstringWordlist to be set with synonym dictionary
    createdDatestringSynonym dictionary created date
    updatedDatestringSynonym dictionary edited date

    Response status

    HTTP StatusDesc
    200OK (View complete)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    Examples

    Request examples

    GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/wiki/synonym/syno?version=0.1
    x-ncp-iam-access-key: cPMl0CYGgRYvEa8sylCj
    x-ncp-apigw-signature-v2: +Ln++MqcKHckKli2y/bB76xLUu8qR9rLvo6j2yIYuYg=
    x-ncp-apigw-timestamp: 1551453306138
    
    

    Response examples

    {
      "name": "syno",
      "createdDate": "2020-12-09T10:00:59.276Z",
      "updatedDate": "2020-12-09T10:00:59.276Z",
      "description": "wiki synonym dictionary",
      "serviceName": "wiki_syno",
      "wordList": "Hyundai\tHyondai\t\nAudi\tAodi\t\n",
      "version": "0.1"
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.