VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Update to Elasticsearch v5.x #97

Closed rmiroballi closed 4 years ago

rmiroballi commented 7 years ago

Updated the API to use Elastica 5 as the driver. Updated the occurrences of the deprecated 'string' datatype to 'text' or 'keyword'. Added 'date' extra formats to deal with Drupal using different date format when indexing. Can no longer update mappings in ES5, removed that. Added the ability to add mappings to an existing index.