일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- java crawler
- elasticsearch cache
- API
- 테슬라
- java
- 양자컴퓨터
- Cache
- IONQ
- NORI
- redis
- TSLA
- mysql
- dbeaver
- KNN
- Aggregation
- Docker
- ann
- file download
- api cache
- request cache
- vavr
- 아이온큐
- aqqle
- Selenium
- Query
- Elasticsearch
- Elastic
- JPA
- aggs
- Analyzer
Archives
- Today
- Total
아빠는 개발자
[Aqqle] index settings 본문
728x90
반응형
Aqqle 의 shop 인덱스 settings json
{
"number_of_shards": "3",
"analysis": {
"filter": {
"doo-stop-filter": {
"type": "stop",
"stopwords_path": "stopFilter.txt"
},
"doo-synonym-filter": {
"type": "synonym",
"synonyms_path": "synonymsFilter.txt"
},
"doo-nori-posfilter": {
"type": "nori_part_of_speech",
"stoptaags": [
"E",
"IC",
"J",
"MAG",
"MM",
"NA",
"NR",
"SC",
"SE",
"SF",
"SH",
"SL",
"SN",
"SP",
"SSC",
"SSO",
"SY",
"UNA",
"UNKNOWN",
"VA",
"VCN",
"VCP",
"VSV",
"VV",
"VX",
"XPN",
"XR",
"XSA",
"XSN",
"XSV"
]
}
},
"analyzer": {
"doo-nori-analyzer": {
"filter": [
"doo-nori-posfilter",
"nori_readingform",
"doo-synonym-filter",
"doo-stop-filter"
],
"type": "custom",
"tokenizer": "doo-nori-tokenizer"
},
"chosung-analyzer": {
"filter": [
"doo-chosung"
],
"type": "custom",
"tokenizer": "standard"
},
"jamo-analyzer": {
"filter": [
"doo-jamo"
],
"type": "custom",
"tokenizer": "standard"
}
},
"tokenizer": {
"doo-nori-tokenizer": {
"type": "nori_tokenizer",
"user_dictionary": "user_dictionary.txt",
"decompound_mode": "mixed"
}
}
},
"number_of_replicas": "0"
}
728x90
반응형
'Aqqle > INDEXER' 카테고리의 다른 글
[Aqqle] analyzer TEST - doo-nori-posfilter (0) | 2025.02.02 |
---|---|
[Aqqle] INDEXER (0) | 2024.02.03 |