일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- token filter test
- sort
- 900gle
- ELASTIC
- matplotlib
- analyzer test
- high level client
- 차트
- license delete
- API
- aggregation
- TensorFlow
- Java
- Test
- zip 암호화
- licence delete curl
- Kafka
- MySQL
- Elasticsearch
- Mac
- aggs
- zip 파일 암호화
- 파이썬
- query
- plugin
- License
- Python
- flask
- docker
- springboot
Archives
- Today
- Total
목록token filter test (1)
개발잡부
[es] Analyzer 01
애널라이저 테스트 GET _analyze { "text": "The quick brown fox jumps over the lazy dog", "tokenizer": "whitespace", "filter": [ "lowercase", "stop", "snowball" ] } 결과가 이렇게 나오는디.. 음.. whitespace 를 거치면서 공백으로 나누어 진 토큰 들을 lowercase 에서 소문자로 변경, 그 후에 stop (불용어) 필터 에서 the 가 제거, snowball 필터에서 jumps 가 jump 로 변경 등록된 Analyzer 를 통해 테스트 GET _analyze { "text": "The quick brown fox jumps over the lazy dog", "analyzer":..
ElasticStack/Elasticsearch
2021. 12. 8. 17:34