Schema

Prev Next

설명

검색 설정

구문

private String primarySectionName;
private List<Section> sections = new ArrayList<Section>();
private List<Index> indexes = new ArrayList<Index>();

필드

필드 명 필수 여부 타입 제약사항 설명
primarySectionName Yes string 영문자, "_" 로 시작, 영문자, 숫자, "_" 만 입력(3자 ~ 20자) 메인 섹션(document key)
sections Yes List<Section> 섹션 정보 목록
indexes Yes List<Index> 색인 정보 목록