ストップワードポリシーリスト照会
    • PDF

    ストップワードポリシーリスト照会

    • PDF

    記事の要約

    作成したStopword(ストップワード)ポリシーのリストを照会します。

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    nameYesstring作成されているDomain名
    hasWordListNobooleanDefault: falseリクエスト結果にstopwordで登録された単語リストが含まれるかに対するフラグ

    レスポンス

    フィールド名必須タイプ説明備考
    [].typeYesstringfilter, exactStopword規則種類
  • filter: 部分マッチング、登録したストップワードと検索語の一部が一致すると検索語の中でマッチングされる部分除去
  • exact: 完全マッチング、登録したストップワードと検索語が正確に一致すると、検索語の中でマッチングされる単語除去
  • [].case_sensitiveYesbooleantrue, falseStopwordに設定する単語で大小文字を区分するかに対するフラグ
    [].word_listNoListポリシーに登録された単語リスト
    [].word_list_lengthYesnumberポリシーに登録された単語個数
    [].rule_nameYesstringStopword ポリシー名

    レスポンスStatus

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

    例示

    リクエスト例示

    GET /CloudSearch/real/v1/domain/car_beta/stopword HTTP/1.1
    Host: cloudsearch.apigw.ntruss.com
    accept:application/json
    x-ncp-iam-access-key: cPMl0CYGgRYvEa8sylCj
    x-ncp-apigw-signature-v2: +Ln++MqcKHckKli2y/bB76xLUu8qR9rLvo6j2yIYuYg=
    x-ncp-apigw-timestamp: 1551453306138
    hasWordList: false
    

    レスポンス例示

    [
      {
        "type": "filter",
        "case_sensitive": true,
        "word_list_length": 2,
        "rule_name": "eomi"
      },
      {
        "type": "filter",
        "case_sensitive": false,
        "word_list_length": 7,
        "rule_name": "josa"
      }
    ]
    

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

    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.