Epinova / Epinova.Elasticsearch

A search-plugin for Episerver CMS and Commerce
MIT License
29 stars 20 forks source link

Elasticsearch 6+ support #3

Closed lonnkvist closed 5 years ago

lonnkvist commented 6 years ago

Mapper-attachment must be replace by ingest-attachment

Only one type per index

[include_in_all] is deprecated, as [_all] is deprecated, and will be disallowed in 6.0, use [copy_to] instead.

Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header.

[POST /{index}/_suggest] is deprecated! Use [POST /{index}/_search] instead.