BuildInfo
    • PDF

    BuildInfo

    • PDF

    기사 요약

    설명

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

    구문

    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;
    

    필드

    필드 명필수 여부타입제약사항설명
    sectionsYesList색인으로 생성할 섹션 이름 목록
    sectionTermWeightYesString추후 색인 설정 추가 예정(초기값 : "1.0 * stw_2p(tf, 0.5, 0.25, 0., length / 128.0)" )색인 계산 로직
    indexProcessorsYesList<IndexProcessor>색인 생성기 정보
    nameYesString영문자, "_" 로 시작, 영문자, 숫자, "_" 만 입력(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.