SearchResultProcessing
    • PDF

    SearchResultProcessing

    • PDF

    Article summary

    Available in Classic

    These are search result post-processing settings.

    Syntax

    The syntax is as follows.

    private String section_name;
    private Object result_processing;
    

    Field

    The following describes the fields.

    FieldTypeRequiredDescription
    section_nameStringRequiredSpecify a section to base post-processing on
    • Select from previously created sections
    result_processingObjectRequiredObject in the form of a map that specifies the post-processing of search results
    • key: post-processing method
      • <Example> Remove duplicates: "remove_duplicate"
    • value: whether to use post-processing methods
      • true | false

    Examples

    The following is a sample search request.

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

    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.