Skip to content

Commit

Permalink
[examples] Fixes incorrect Elasticsearch field mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jerluc committed Aug 30, 2023
1 parent 50c174c commit d45a682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/elasticsearch/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": {
"type": "text"
},
"stories": {
"height": {
"type": "integer"
},
"geometry": {
Expand Down
4 changes: 2 additions & 2 deletions examples/elasticsearch/tilenol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ layers:
index: buildings
geometryField: geometry
sourceFields:
area_sqft: building.area_sqft
height_ft: building.height_ft
name: name
height: height

0 comments on commit d45a682

Please sign in to comment.