SearchResultProcessing
    • PDF

    SearchResultProcessing

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Description

    Post-processing settings of search results

    Syntax

    private String section_name;
    private Object result_processing;
    

    Example

    {
      "search": {
        "content": {
          "main": {
            "query": "keyboard"
          }
        }
      },
      "result_processing": {
        "writer": {
          "remove_duplicate": true
        }
      }
    }
    

    Field

    FieldRequiredTypeLimitationsDescription
    section_nameYStringSelect among sections previously created.Section based on which post-processing is performed.
    result_processingYObjectMap type object to specify post-processing of search results
  • key: Post-processing method (example: Remove duplicates - "remove_duplicate")
  • value: Whether to use post-processing (true, false)

  • Was this article helpful?

    What's Next
    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.