diff -r 5f79f31ca9a2 -r 796725d33b67 server/src/app/Console/Commands/IndexDocuments.php --- 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'],