Skip to content

Instantly share code, notes, and snippets.

@sowelie
Last active December 28, 2015 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sowelie/2e626fc6cfd8d9f91c8a to your computer and use it in GitHub Desktop.
Save sowelie/2e626fc6cfd8d9f91c8a to your computer and use it in GitHub Desktop.
curl -XGET http://localhost:9200/new_il_vectordb/layer_0/_mapping
{
"layer_0": {
"properties": {
"centroid": {
"type": "geo_point",
"geohash": true
},
"featureType": {
"type": "long"
},
"featureTypeName": {
"type": "string"
},
"geometry": {
"type": "double",
"index": "no"
},
"pointCount": {
"type": "long"
},
"previousId": {
"type": "long"
},
"searchGeometry": {
"type": "geo_shape"
},
"updateStamp": {
"type": "long"
},
"zoomLevel": {
"type": "long"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment