aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/topographysearch_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/topographysearch_schema.json')
-rw-r--r--src/main/resources/topographysearch_schema.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/resources/topographysearch_schema.json b/src/main/resources/topographysearch_schema.json
new file mode 100644
index 0000000..d542631
--- /dev/null
+++ b/src/main/resources/topographysearch_schema.json
@@ -0,0 +1,8 @@
+{
+ "fields": [
+ {"name": "pkey", "data-type": "string", "searchable": "false"},
+ {"name": "entityType", "data-type": "string", "searchable": "false"},
+ {"name": "location", "data-type": "geo_point", "searchable": "false"},
+ {"name": "selfLink", "data-type": "string", "searchable": "false"}
+ ]
+} \ No newline at end of file