equal
deleted
inserted
replaced
102 'index' => 'not_analyzed' |
102 'index' => 'not_analyzed' |
103 ] |
103 ] |
104 ] |
104 ] |
105 ], |
105 ], |
106 'date' => [ 'type' => 'date', 'index' => 'not_analyzed'], |
106 'date' => [ 'type' => 'date', 'index' => 'not_analyzed'], |
107 'geonames_hyerarchy' => [ 'type' => 'string', 'index' => 'not_analyzed'], |
107 'geonames_hierarchy' => [ 'type' => 'string', 'index' => 'not_analyzed'], |
108 'location' => [ 'type' => 'geo_point'], |
108 'location' => [ 'type' => 'geo_point'], |
109 'creation_date' => ['type' => 'date', 'index' => 'not_analyzed'], |
109 'creation_date' => ['type' => 'date', 'index' => 'not_analyzed'], |
110 'language' => ['type' => 'string', 'index' => 'not_analyzed'], |
110 'language' => ['type' => 'string', 'index' => 'not_analyzed'], |
111 'discourse_types' => ['type' => 'string', 'index' => 'not_analyzed'], |
111 'discourse_types' => ['type' => 'string', 'index' => 'not_analyzed'], |
112 'subject' => [ |
112 'subject' => [ |