Skip to content

Commit d45a682

Browse files
committed
[examples] Fixes incorrect Elasticsearch field mappings
1 parent 50c174c commit d45a682

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/elasticsearch/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": {
66
"type": "text"
77
},
8-
"stories": {
8+
"height": {
99
"type": "integer"
1010
},
1111
"geometry": {

examples/elasticsearch/tilenol.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ layers:
1515
index: buildings
1616
geometryField: geometry
1717
sourceFields:
18-
area_sqft: building.area_sqft
19-
height_ft: building.height_ft
18+
name: name
19+
height: height

0 commit comments

Comments
 (0)