シソーラスの照会
    • PDF

    シソーラスの照会

    • PDF

    記事の要約

    ドメインに設定されたシソーラスの詳細情報を照会します。

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須有無タイプ制限事項説明
    nameYesstring作成されている Domain名
    synoNameYesstring作成されているシソーラス名
    versionNostringシソーラスのバージョン

    レスポンス

    フィールド名タイプ説明備考
    namestringシソーラス名
    serviceNamestringシソーラスのサービス名インデックス時に使用するサービス名
    versionstringシソーラスに設定されたバージョン
    descriptionstringシソーラスの説明
    wordListstring同義語として設定する単語リスト
    createdDatestringシソーラスの作成時間
    updatedDatestringシソーラスの変更時間

    レスポンス Status

    HTTP StatusDesc
    200OK(照会完了)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    リクエスト例

    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
    
    

    レスポンス例

    {
      "name": "syno",
      "createdDate": "2020-12-09T10:00:59.276Z",
      "updatedDate": "2020-12-09T10:00:59.276Z",
      "description": "wiki シソーラス",
      "serviceName": "wiki_syno",
      "wordList": "現代\tヒュンダイ\t\nアウディ\tアオディ\t\n",
      "version": "0.1"
    }
    

    この記事は役に立ちましたか?

    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.