Open clghks opened 1 year ago
{
"settings": {
"index": {
"analysis": {
"tokenizer": {
"nori_user_dict_tokenizer": {
"type": "nori_tokenizer",
"decompound_mode": "mixed",
"user_dictionary": "userdict_ko.txt"
}
},
"analyzer": {
"nori_token_analyzer": {
"type": "custom",
"tokenizer": "nori_user_dict_tokenizer"
}
}
}
}
},
"mappings": {
"properties": {
"word": {
"type": "text",
"analyzer": "nori_token_analyzer"
}
}
}
}
{
"query": {
"match": {
"word": {
"query": "삼성",
"analyzer": "nori_token_analyzer"
}
}
}
}
8.10.2 사용 시 참고사항
8.1.2
-> 8.10.2
AbstractTokenFilterFactory
)- super(indexSettings, name, settings);
+ super(name, settings);
./gradlew clean assemble
빌드 후, build/distributions/hanhinsam-0.1.zip
확인bin/elasticsearch-plugin install file:///file-path/hanhinsam-0.1.zip
설치
7장 정리해오기
analyzer 사용 방법 찾기
검색 삼성
검색 결과 삼성 삼성전자