일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Kafka
- TensorFlow
- 900gle
- Test
- springboot
- aggregation
- Mac
- 파이썬
- API
- ELASTIC
- high level client
- License
- aggs
- Java
- MySQL
- licence delete curl
- token filter test
- plugin
- license delete
- sort
- Python
- 차트
- docker
- analyzer test
- Elasticsearch
- flask
- query
- matplotlib
- zip 파일 암호화
- zip 암호화
Archives
- Today
- Total
개발잡부
[es] analyzer, token filter test 본문
반응형
GET _analyze
{
"text": "The quick brown fox jumps over the lazy dog",
"analyzer": "snowball"
}
GET _analyze
{
"text": "The quick brown fox jumps over the lazy dog",
"tokenizer": "homeplus_tokenizer",
"filter": [
"lowercase",
"stop",
"snowball"
]
}
반응형
'ElasticStack8 > Elasticsearch' 카테고리의 다른 글
[es] Elasticsearch data node 의 shard 정보 (0) | 2024.07.31 |
---|---|
[es8] nori analyzer (0) | 2023.08.19 |
[es8] HighLevelClient, LowLevelClient (0) | 2023.08.06 |
[es8] aggregation - Pipeline Aggregations (0) | 2023.06.14 |
[es8] elasticsearch stable-esplugin (0) | 2023.05.21 |
Comments