일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- javascript
- 개인사업자
- 당사자표시정정신청서
- 이더리움
- 사업자계좌
- Java
- 전자소송
- cartalyst
- 인민공원
- Blade
- Eclipse
- 코로나19
- vue
- php
- Laravel
- Bootstrap
- auth
- 보정명령
- reactnative
- 소액임금체불
- elasticSearch
- Tutorial
- Sentinel
- blockchain
- 코로나
- as후기
- 체당금
- 홈택스
- Python
- win32
- Today
- Total
목록elasticSearch (2)
그냥 사는 이야기

Search 우선 샘플데이터 삽입하여 넣어 놓는다. curl -X POST 'localhost:9200/_bulk' -H 'Content-Type: application/json' --data-binary @simple_basketball.json 확인은 아래와 같다. curl -XGET localhost:9200/basketball/record/_search?pretty points=30 검색한다면 curl -X GET 'localhost:9200/basketball/record/_search?q=points:30&pretty' -H 'Content-Type: application/json' request body를 사용한 검색 curl -X GET 'localhost:9200/basketball/re..

Elasticserarch curl -X GET http://localhost:9200?pretty { "name" : "Vett6lF", "cluster_name" : "elasticsearch", "cluster_uuid" : "-GeFznOrQkqjg7qpyNysiw", "version" : { "number" : "6.4.2", "build_flavor" : "default", "build_type" : "tar", "build_hash" : "04711c2", "build_date" : "2018-09-26T13:34:09.098244Z", "build_snapshot" : false, "lucene_version" : "7.4.0", "minimum_wire_compatibility_versi..