일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Elasticsearch
- license delete
- sort
- aggs
- ELASTIC
- 900gle
- springboot
- Mac
- flask
- License
- plugin
- 차트
- docker
- Java
- Python
- analyzer test
- query
- MySQL
- matplotlib
- API
- licence delete curl
- zip 파일 암호화
- TensorFlow
- Kafka
- zip 암호화
- aggregation
- 파이썬
- high level client
- token filter test
- Test
- Today
- Total
목록high level client (2)
개발잡부
Specifying Sorting The SearchSourceBuilder allows to add one or more SortBuilder instances. There are four special implementations (Field-, Score-, GeoDistance- and ScriptSortBuilder). 정렬 지정 SearchSourceBuilder 를 사용하면 하나 이상의 SortBuilder 인스턴스 를 추가할 수 있습니다 . 4가지 특수 구현(Field-, Score-, GeoDistance- 및 ScriptSortBuilder)이 있습니다. sourceBuilder.sort(new ScoreSortBuilder().order(SortOrder.DESC)); sourceBu..
7.15.0 이후로 안나온다는건가.. bulid.gradle 디펜던시 추가 def elasticsearchVersion = '7.12.1' // https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-rest-high-level-client compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: elasticsearchVersion // https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-rest-client compile grou..