---
title: "BuildInfo"
slug: "common-apidatatype-csbuildinfo"
updated: 2026-07-23T09:04:15Z
published: 2026-07-23T09:04:15Z
canonical: "api.ncloud-docs.com/common-apidatatype-csbuildinfo"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BuildInfo

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

색인의 생성 정보입니다.

          참고

          

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

## 구문

구문은 다음과 같습니다.

```
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;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `sections` | List | Required | 색인으로 생성할 섹션 이름 목록 |
| `sectionTermWeight` | String | Required | 색인 계산 로직 - 추후 색인 설정 추가 예정 - 초기값: 1.0 * stw_2p(tf, 0.5, 0.25, 0., length / 128.0) |
| `indexProcessors` | List<[IndexProcessor](/docs/common-apidatatype-csindexprocessor)> | Required | 색인 생성기 정보 |
| `name` | String | Required | 색인명 - 3~20자로 영문자, 숫자, 특수 문자 '_'를 허용하며 영문자 또는 '_'로 시작해야 함 |
