일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- Elasticsearch
- aggs
- redis
- elasticsearch cache
- ann
- java crawler
- java
- Elastic
- Query
- mysql
- KNN
- aqqle
- IONQ
- Aggregation
- vavr
- JPA
- API
- 아이온큐
- Docker
- api cache
- dbeaver
- file download
- TSLA
- 양자컴퓨터
- 테슬라
- Selenium
- Analyzer
- NORI
- Cache
- request cache
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 |