curl -X PUT "localhost:9200/app_index_ingredients" -H 'Content-Type: application/json' -d'
{
"mappings":{
"properties":{
"type": {
"type":"keyword"
},
"id":{
"type":"integer"
},
"is_published": {
"type":"boolean"
},
"classifiers": {
"type":"integer"
},
"title":{
"type":"text"
},
"description":{
"type":"text"
},
"content":{
"type":"text"
},
"publish_date": {
"type":"date"
},
"tags":{
"type":"nested"
},
"products":{
"type":"nested"
}
}
}
}
'
-
Notifications
You must be signed in to change notification settings - Fork 0
inetstudio/ingredients
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published