server/src/app/Console/Commands/IndexDocuments.php
changeset 369 796725d33b67
parent 326 226d5b17a119
child 375 145561ff51ff
--- a/server/src/app/Console/Commands/IndexDocuments.php	Wed Oct 19 00:31:18 2016 +0200
+++ b/server/src/app/Console/Commands/IndexDocuments.php	Wed Oct 19 13:08:02 2016 +0200
@@ -104,7 +104,7 @@
                             ]
                         ],
                         'date' => [ 'type' => 'date', 'index' => 'not_analyzed'],
-                        'geonames_hyerarchy' => [ 'type' => 'string', 'index' => 'not_analyzed'],
+                        'geonames_hierarchy' => [ 'type' => 'string', 'index' => 'not_analyzed'],
                         'location' => [ 'type' => 'geo_point'],
                         'creation_date' => ['type' => 'date', 'index' => 'not_analyzed'],
                         'language' => ['type' => 'string', 'index' => 'not_analyzed'],