server/src/app/Console/Commands/IndexDocuments.php
changeset 374 c622fa18eb32
parent 369 796725d33b67
child 375 145561ff51ff
equal deleted inserted replaced
373:e952c8a31a2b 374:c622fa18eb32
   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' => [