Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- dense_vector
- OPCUA
- ubuntu
- elasticsearch
- 7.7.1
- CSV
- venv
- kibana
- DSL
- Tutorial
- package.json
- query
- PYTHON
- Data Engineering
- logstash
- airflow
- grok
- Crontab
- node.js
- typescript
- elastic
- windows
- filebeat
- ELK
- json
- configure
- KoA
- path.data
- devtools
- framework
Archives
- Today
- Total
목록dsl API (1)
Gibbs Kim's playground
[ElasticStack-25] dotProduct and sigmoid in elasticsearch
엘라스틱서치는 벡터값들에 대한 내적 곱연산 (dotProduct)를 지원한다. 공식문서에서 제공하는 예제는 다음과 같다 (참고: https://www.elastic.co/guide/en/elasticsearch/reference/master/query-dsl-script-score-query.html#random-score-function) ### curl -X GET "localhost:9200/my_index/_search?pretty" -H 'Content-Type: application/json' -d' GET my_index/_search ### on Kibana DevTools { "query": { "script_score": { "query" : { "bool" : { "filter" : ..
Tech 기록지/Elastic Stack
2020. 7. 1. 14:00