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 | 31 |
Tags
- custom hook
- TABLESPACE
- codewar
- codewars
- descendingOrder
- react hook
- manifest.json
- useEffect
- react
- DB2
- java api
- Debug
- TypeScript
- type
- IBM
- isSquare
- JDBC
Archives
- Today
- Total
taesik
index creation example 본문
PUT /movie
{
"settings":{
"number_of_shards":3,
"number_of_replicas":2
},
"mappings":
"_doc"{
"properties" {
"movieCd:{"type":"integer"},
"movieNm":{"type":"text"},
"prdtYear"{"type":"integer"},
"typeNm":{"type":"keyword"},
}
}
}
'Concepts > ElasticSearch' 카테고리의 다른 글
mapping parameter (0) | 2022.02.20 |
---|---|
mapping index example (0) | 2022.02.20 |
data aggregation type (0) | 2022.02.20 |
Example of aggregation showing overlapping country types by genre (0) | 2022.02.20 |
type of node (0) | 2022.02.20 |