SearchSetting
    • PDF

    SearchSetting

    • 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

    Other preferences for searches

    Syntax

    private String transfer_timeout;
    private String search_timeout;
    private String ranking_value;
    private String use_df;
    private String reuse_term_extractor;
    

    Example

    {
        ...,
      "setting": {
        "transfer_timeout": 30,
        "search_timeout": 30,
        "ranking_value": true,
        "use_df": true,
        "reuse_term_extractor": true
      }
    }
    

    Field

    FieldRequiredTypeLimitationsDescription
    transfer_timeoutNString, IntegerTransfer timeout
    search_timeoutNString, IntegerSearch timeout
    ranking_valueNString, Booltrue, false (default: false)Indicates whether to show the ranking value in search results.
    use_dfNString, Booltrue, falseIndicates whether to use the idf value.
    reuse_term_extractorNString, Booltrue, falseSaves the term extractor created with the term_extractor option to the server.
  • true: Saves the runtime term extractor created with the term_extractor option to the server, so that it can be reused next time. (Up to 50 term extractors can be saved.)
  • false: Discards the runtime term extractor created with the term_extractor option after it is used once. The default is false.
  • The option does not affect search results, but does affect performance. If you plan to create search queries by using the term_extractor option, make sure to turn the option on before getting the real traffic. For testing purposes, however, it is recommended to turn the option off since the number of term extractor may exceed 50.

  • 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.