MENU
      SearchResultProcessing

        SearchResultProcessing


        記事の要約

        Classic環境で利用できます。

        検索結果の後処理設定です。

        構文

        構文は次の通りです。

        private String section_name;
        private Object result_processing;
        Java

        フィールド

        フィールドの詳細は次の通りです。

        フィールドタイプ必須の有無説明
        section_nameStringRequired後処理の基準となるセクションを指定
        • 現在作成されているセクションの中から選択
        result_processingObjectRequired検索結果の後処理を指定する Map形式の Object
        • key: 後処理方法
          • <例> 重複削除: "remove_duplicate"
        • value: 後処理方法の使用有無
          • true | false

        検索リクエストのサンプルコードは次の通りです。

        {
          "search": {
            "content": {
              "main": {
                "query": "キーボード"
              }
            }
          },
          "result_processing": {
            "writer": {
              "remove_duplicate": true
            }
          }
        }
        Plain text

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

        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.