일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- API
- Cache
- Query
- Selenium
- Analyzer
- NORI
- TSLA
- 아이온큐
- api cache
- Aggregation
- file download
- aqqle
- ann
- elasticsearch cache
- java crawler
- mysql
- Docker
- dbeaver
- aggs
- redis
- java
- 테슬라
- Elasticsearch
- request cache
- vavr
- JPA
- IONQ
- KNN
- 양자컴퓨터
- Elastic
Archives
- Today
- Total
목록2024/05/05 (1)
아빠는 개발자
[es] Search API response 구조
몰라도 상관없지만 알아두면 요긴한 기본상식elasticsearch 의 search api response 구조 { "took": 5, // 검색에 소요된 시간 (밀리초 단위) "timed_out": false, // 타임아웃 여부 "_shards": { "total": 5, // 전체 샤드 수 "successful": 5, // 성공적으로 처리된 샤드 수 "skipped": 0, // 건너뛴 샤드 수 "failed": 0 // 실패한 샤드 수 }, "hits": { "total": 1, ..
Elastic
2024. 5. 5. 23:13