BuildInfo
    • PDF

    BuildInfo

    • PDF

    기사 요약

    Classic 환경에서 이용 가능합니다.

    색인의 생성 정보입니다.

    참고

    현재는 색인 설정 기능이 제공되지 않으므로 색인으로 생성할 섹션과 색인 이름만 설정이 가능합니다.

    구문

    구문은 다음과 같습니다.

    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;
    

    필드

    필드에 대한 설명은 다음과 같습니다.

    필드타입필수 여부설명
    sectionsListRequired색인으로 생성할 섹션 이름 목록
    sectionTermWeightStringRequired색인 계산 로직
    • 추후 색인 설정 추가 예정
    • 초기값: 1.0 * stw_2p(tf, 0.5, 0.25, 0., length / 128.0)
    indexProcessorsList<IndexProcessor>Required색인 생성기 정보
    nameStringRequired색인명
    • 3~20자로 영문자, 숫자, 특수 문자 '_'를 허용하며 영문자 또는 '_'로 시작해야 함

    이 문서가 도움이 되었습니까?

    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.