inetstudio/ingredients
Composer 安装命令:
composer require inetstudio/ingredients
包简介
Package for ingredients materials
README 文档
README
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"
}
}
}
}
'
统计信息
- 总下载量: 3.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-21