주소 데이터를 DB에 모두 입력하셨다면 이제 인덱싱 작업을 위한 Sphinx 설정을 해야합니다.
설치 가이드대로 설치를 하셨다면 Sphinx의 설정파일 경로는 /usr/local/sphinx/etc/sphinx.conf 입니다.
처음 설치하고 나면 sphinx.conf 파일은 없을 수도 있으며 sphinx.conf.dist 와 같은 예제 파일을 제공합니다.
아래는 juso.sir.co.k Sphinx 서버 sphinx.conf 파일의 내용입니다.
[code]
#
# Minimal Sphinx configuration sample (clean, simple, functional)
#
source dorodata
{
type = mysql
sql_host = localhost
sql_user = juso
sql_pass = juso1234
sql_db = juso
sql_port = 3306 # optional, default is 3306
sql_query_pre = SET NAMES utf8
sql_query = \
SELECT sn as id, sn, sido, gugun, beopname, ri, san, jibon, jibu, doroname, jiha, geonbon, geonbu, geonname, geonsangse, haengjeong, zipcode, daryang, geonname2, CONCAT_WS(' ', doroname, IF(jiha=1, '지하', ''), CONCAT(geonbon, IF(geonbu=0, '', '-'), IF(geonbu=0, '', geonbu)), geonname, geonsangse, daryang, geonname2) as doro, CONCAT_WS(' ', beopname, haengjeong, ri, IF(san=1, '산', ''), CONCAT(jibon, IF(jibu=0, '', '-'), IF(jibu=0, '', jibu))) as jibeon \
FROM dorodata \
ORDER BY sn asc
sql_attr_uint = sn
sql_field_string = zipcode
sql_field_string = sido
sql_field_string = gugun
sql_field_string = doroname
sql_field_string = geonbon
sql_field_string = geonbu
sql_field_string = geonname
sql_field_string = geonsangse
sql_field_string = beopname
sql_field_string = haengjeong
sql_field_string = ri
sql_field_string = san
sql_field_string = jiha
sql_field_string = jibon
sql_field_string = jibu
sql_field_string = doro
sql_field_string = jibeon
sql_field_string = daryang
sql_field_string = geonname2
#sql_query_info = SELECT * FROM documents WHERE id=$id
}
index dorodata
{
source = dorodata
path = /usr/local/sphinx/var/data/dorodata
docinfo = extern
enable_star = 1
min_infix_len = 1
charset_type = utf-8
charset_table = 0..9, A..Z->a..z, _, a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F
ngram_len = 1
ngram_chars = U+4E00..U+9FBB, U+3400..U+4DB5, U+20000..U+2A6D6, U+FA0E, U+FA0F, U+FA11, U+FA13, U+FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27, U+FA28, U+FA29, U+3105..U+312C, U+31A0..U+31B7, U+3041, U+3043, U+3045, U+3047, U+3049, U+304B, U+304D, U+304F, U+3051, U+3053, U+3055, U+3057, U+3059, U+305B, U+305D, U+305F, U+3061, U+3063, U+3066, U+3068, U+306A..U+306F, U+3072, U+3075, U+3078, U+307B, U+307E..U+3083, U+3085, U+3087, U+3089..U+308E, U+3090..U+3093, U+30A1, U+30A3, U+30A5, U+30A7, U+30A9, U+30AD, U+30AF, U+30B3, U+30B5, U+30BB, U+30BD, U+30BF, U+30C1, U+30C3, U+30C4, U+30C6, U+30CA, U+30CB, U+30CD, U+30CE, U+30DE, U+30DF, U+30E1, U+30E2, U+30E3, U+30E5, U+30E7, U+30EE, U+30F0..U+30F3, U+30F5, U+30F6, U+31F0, U+31F1, U+31F2, U+31F3, U+31F4, U+31F5, U+31F6, U+31F7, U+31F8, U+31F9, U+31FA, U+31FB, U+31FC, U+31FD, U+31FE, U+31FF, U+AC00..U+D7A3, U+1100..U+1159, U+1161..U+11A2, U+11A8..U+11F9, U+A000..U+A48C, U+A492..U+A4C6
}
index testrt
{
type = rt
rt_mem_limit = 32M
path = /usr/local/sphinx/var/data/testrt
charset_type = utf-8
rt_field = title
rt_field = content
rt_attr_uint = gid
}
indexer
{
mem_limit = 1536M
}
searchd
{
listen = 9312
listen = 9306:mysql41
log = /usr/local/sphinx/var/log/searchd.log
query_log = /usr/local/sphinx/var/log/query.log
read_timeout = 5
max_children = 30
pid_file = /usr/local/sphinx/var/log/searchd.pid
max_matches = 1000
seamless_rotate = 1
preopen_indexes = 1
unlink_old = 1
workers = threads # for RT to work
binlog_path = /usr/local/sphinx/var/data
}
[/code]
설정 파일의 내용을 간단히 설명해 보겠습니다. 저도 잘 모르기 때문에 간단히 설명할 수 밖에 없습니다. ^^;
먼저 source dorodata 설정 블럭에서 sql_host 등의 정보를 DB 테이블 정보에 맞게 수정해주셔야합니다.
이 정보를 가지고 sphinx 에서 DB에 접속에 주소 데이트를 인덱싱하기 때문입니다. 또한 sql_field_string 등의
sphinx Attribute를 이용해 주소 데이터를 필드를 각각 인덱싱되도록 했습니다. 이렇게 한 이유는 DB 서버없이
주소 검색을 처리하기 위해서입니다. Attribute 관련 내용은 http://sphinxsearch.com/docs/archives/2.1.4/attributes.html 를 참고하세요.
다음으로 index dorodata 설정 블럭은 데이터를 인덱싱할 때 어떻게 처리를 할지를 정하는 부분입니다.
source = dorodata 부분은 위에서 설정한 source dorodata 설정 블럭을 사용한다는 의미입니다. 한글 인덱싱을
위해 charset_table, ngram_len 와 ngram_chars 설정을 추가했습니다. ngram_chars 설정 값은 utf-8 일 때입니다.
그외 설정에 대해서는 http://sphinxsearch.com/docs/archives/2.1.4/indexing.html 를 참고하세요.
indexer 설정 블럭에서 mem_limit 를 1536M 로 설정했으며 이 설정은 메모리가 충분하다면 크게 잡아서
인덱싱을 좀 더 빨리 처리할 수 있습니다. searchd 설정은 인덱싱한 데이터를 실제 검색하는 엔진에 대한
설정입니다. listen 부분은 포트를 설정하는 것으로 기본은 9312 입니다. max_matches 설정은 검색 결과를
최대 몇개까지 표시할 것인가를 결정하는 것입니다. 인덱싱 속도는 서버 사양에 영향을 받습니다.
추가적인 설정과 인덱싱 관련자료는 http://sphinxsearch.com/docs/archives/2.1.4/ 를 참고하세요.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 101 | ||
| 8229 | 9년 전 | 98 | ||
| 8228 |
커네드커네드
|
9년 전 | 145 | |
| 8227 | 9년 전 | 176 | ||
| 8226 | 9년 전 | 196 | ||
| 8225 | 9년 전 | 181 | ||
| 8224 | 9년 전 | 171 | ||
| 8223 | 9년 전 | 149 | ||
| 8222 |
|
9년 전 | 227 | |
| 8221 | 9년 전 | 130 | ||
| 8220 | 9년 전 | 156 | ||
| 8219 | 9년 전 | 127 | ||
| 8218 | 9년 전 | 176 | ||
| 8217 |
star3840
|
9년 전 | 144 | |
| 8216 | 9년 전 | 205 | ||
| 8215 | 9년 전 | 157 | ||
| 8214 | 9년 전 | 256 | ||
| 8213 | 9년 전 | 204 | ||
| 8212 | 9년 전 | 123 | ||
| 8211 | 9년 전 | 297 | ||
| 8210 | 9년 전 | 297 | ||
| 8209 | 9년 전 | 369 | ||
| 8208 | 9년 전 | 267 | ||
| 8207 | 9년 전 | 265 | ||
| 8206 |
|
9년 전 | 222 | |
| 8205 | 9년 전 | 211 | ||
| 8204 | 9년 전 | 173 | ||
| 8203 | 9년 전 | 260 | ||
| 8202 | 9년 전 | 174 | ||
| 8201 | 9년 전 | 216 | ||
| 8200 | 9년 전 | 211 | ||
| 8199 | 9년 전 | 245 | ||
| 8198 | 9년 전 | 207 | ||
| 8197 | 9년 전 | 195 | ||
| 8196 | 9년 전 | 585 | ||
| 8195 | 9년 전 | 195 | ||
| 8194 | 9년 전 | 319 | ||
| 8193 | 9년 전 | 204 | ||
| 8192 | 9년 전 | 232 | ||
| 8191 | 9년 전 | 182 | ||
| 8190 | 9년 전 | 184 | ||
| 8189 | 9년 전 | 238 | ||
| 8188 | 9년 전 | 172 | ||
| 8187 | 9년 전 | 183 | ||
| 8186 | 9년 전 | 178 | ||
| 8185 | 9년 전 | 357 | ||
| 8184 | 9년 전 | 139 | ||
| 8183 | 9년 전 | 352 | ||
| 8182 | 9년 전 | 209 | ||
| 8181 | 9년 전 | 175 | ||
| 8180 | 9년 전 | 741 | ||
| 8179 | 9년 전 | 519 | ||
| 8178 | 9년 전 | 357 | ||
| 8177 |
kiplayer
|
9년 전 | 365 | |
| 8176 | 9년 전 | 402 | ||
| 8175 | 9년 전 | 268 | ||
| 8174 | 9년 전 | 281 | ||
| 8173 | 9년 전 | 374 | ||
| 8172 | 9년 전 | 238 | ||
| 8171 | 9년 전 | 218 | ||
| 8170 | 9년 전 | 329 | ||
| 8169 |
커네드커네드
|
9년 전 | 289 | |
| 8168 | 9년 전 | 358 | ||
| 8167 | 9년 전 | 357 | ||
| 8166 | 9년 전 | 270 | ||
| 8165 | 9년 전 | 209 | ||
| 8164 | 9년 전 | 343 | ||
| 8163 | 9년 전 | 328 | ||
| 8162 | 9년 전 | 340 | ||
| 8161 | 9년 전 | 342 | ||
| 8160 |
|
9년 전 | 535 | |
| 8159 | 9년 전 | 473 | ||
| 8158 | 9년 전 | 287 | ||
| 8157 | 9년 전 | 414 | ||
| 8156 | 9년 전 | 299 | ||
| 8155 | 9년 전 | 283 | ||
| 8154 |
00년생용띠
|
9년 전 | 632 | |
| 8153 | 9년 전 | 267 | ||
| 8152 |
|
9년 전 | 447 | |
| 8151 | 9년 전 | 452 | ||
| 8150 | 9년 전 | 547 | ||
| 8149 |
Jangfolk
|
9년 전 | 385 | |
| 8148 | 9년 전 | 217 | ||
| 8147 | 9년 전 | 417 | ||
| 8146 | 9년 전 | 487 | ||
| 8145 | 9년 전 | 446 | ||
| 8144 | 9년 전 | 403 | ||
| 8143 | 9년 전 | 234 | ||
| 8142 | 9년 전 | 472 | ||
| 8141 | 9년 전 | 417 | ||
| 8140 | 9년 전 | 966 | ||
| 8139 | 9년 전 | 315 | ||
| 8138 |
전갈자리남자
|
9년 전 | 420 | |
| 8137 | 9년 전 | 442 | ||
| 8136 | 9년 전 | 789 | ||
| 8135 |
|
9년 전 | 822 | |
| 8134 |
PlayPixel
|
9년 전 | 557 | |
| 8133 |
|
9년 전 | 476 | |
| 8132 | 9년 전 | 493 | ||
| 8131 | 9년 전 | 854 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기