일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- matplotlib
- aggs
- API
- springboot
- aggregation
- Test
- zip 파일 암호화
- analyzer test
- plugin
- licence delete curl
- docker
- 파이썬
- MySQL
- TensorFlow
- Elasticsearch
- sort
- Mac
- License
- 차트
- Python
- token filter test
- 900gle
- license delete
- zip 암호화
- Java
- high level client
- Kafka
- ELASTIC
- flask
- query
Archives
- Today
- Total
목록token filter test (1)
개발잡부

애널라이저 테스트 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