BuildInfo
    • PDF

    BuildInfo

    • PDF

    Article summary

    Available in Classic

    This is the index creation information.

    Note

    Currently, there are no index settings available, so you can only set the sections to index and the index name.

    Syntax

    The syntax is as follows.

    private List<String> sections;
    private String sectionTermWeight = "1.0 * stw_2p(tf, 0.5, 0.25, 0., length / 128.0)";
    private List<IndexProcessor> indexProcessors = new ArrayList<IndexProcessor>();
    private String name;
    

    Field

    The following describes the fields.

    FieldTypeRequiredDescription
    sectionsListRequiredList of section names to index
    sectionTermWeightStringRequiredIndex calculation logic
    • Index settings to be added
    • Initial values: 1.0 * stw_2p (tf, 0.5, 0.25, 0., length / 128.0)
    indexProcessorsList<IndexProcessor>RequiredIndexer information
    nameStringRequiredIndex name
    • 3 to 20 characters, including English letters, numbers, and the special character "_", and must begin with an English letter or "_"

    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.