Closed
Description
NEST is a high level elasticsearch client. it's very usefull. thank you .
I use Image Plugin for Elasticsearch(https://github.com/kzwang/elasticsearch-image)
I want Image plugin Mapping. How can I do that?
--exsample--
curl -XPUT 'localhost:9200/test/test/_mapping' -d '{
"test": {
"properties": {
"my_img": {
"type": "image",
"feature": {
"CEDD": {
"hash": "BIT_SAMPLING"
},
"JCD": {
"hash": ["BIT_SAMPLING", "LSH"]
},
"FCTH": {}
},
"metadata": {
"jpeg.image_width": {
"type": "string",
"store": "yes"
},
"jpeg.image_height": {
"type": "string",
"store": "yes"
}
}
}
}
}
}'
Metadata
Metadata
Assignees
Labels
No labels