diff -r e952c8a31a2b -r c622fa18eb32 server/src/app/Console/Commands/IndexDocuments.php --- a/server/src/app/Console/Commands/IndexDocuments.php Thu Oct 20 12:54:07 2016 +0530 +++ b/server/src/app/Console/Commands/IndexDocuments.php Thu Oct 20 12:56:24 2016 +0530 @@ -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'],