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

> ## 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.

# IndexProcessor

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

생성하고자 하는 색인의 형태소 분석기입니다.

## 구문

구문은 다음과 같습니다.

```
private String type = "hanaterm";
private String method = "sgmt";
private String option;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `type` | String | Required | 색인어 추출 방식 지정 - `hanaterm` (기본값) |
| `method` | String | Required | 색인어 추출 방식 - `sgmt` (기본값) |
| `option` | String | Required | 형태소 언어별 분석 옵션 설정(색인 옵션) - [형태소 분석 옵션 조회 - 언어](/docs/analytics-cloudsearch-gettokenizer) |
