Technical Notings
Saturday, 19 June 2021
Create new index in elastic 6 with typed fields in order to sum them
PUT HTTP method with
{
"settings"
: {
"number_of_shards"
:
1
},
"mappings"
: {
"doc"
: {
"properties"
: {
"field"
:{
"type"
:
"long"
},
....
...
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment