server/src/app/Console/Commands/IndexDocuments.php
changeset 369 796725d33b67
parent 326 226d5b17a119
child 375 145561ff51ff
equal deleted inserted replaced
368:5f79f31ca9a2 369:796725d33b67
   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' => [