Epinova / Epinova.Elasticsearch

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

Elastic Search 8 support, no 'ingest-attachment' plugin should be needed!? #174

Closed jonascarlbaum closed 1 year ago

jonascarlbaum commented 2 years ago

Elastic Search 8.4 seems to have plugin ingest-attachment integrated now, so no need for plugin?

Still indexing job produces this error when trying out Elastic Search 8.4.

Plugin 'ingest-attachment' is missing, please install it.

I tested Elastic Search 8.4 with the Docker Compose from here.

Doing a Docker Compose of Elastic Search 7.x (with additional command for installing plugin) works great.

otanum commented 2 years ago

Not Elastic 8+ ready yet. We need to finish .net 6 version before Elastic 8.

jonascarlbaum commented 2 years ago

Ok. Will the Elastic 8 support then be added for CMS 11/.NET 4.8 too?

otanum commented 2 years ago

Yes @jonascarlbaum. I have no idea when it will be ready.

fbacker commented 1 year ago

Any update on this?

otanum commented 1 year ago

No update yet. We are currently working on a version for cms 12. Elastic 8 support is next.

jonatanjii commented 1 year ago

@otanum I see there is a pre-release for Elastic 8 support, when will there be a stable release that supports Elastic 8?

otanum commented 1 year ago

@jonascarlbaum I don't know. I have not been able to verify the changes completely yet.

jonatanjii commented 1 year ago

@otanum does this mean that current version of Epinova 11.8.27 supports Elasticsearch 8.3 and below or is there no Elasticsearch 8 support at all?

otanum commented 1 year ago

No Elasticsearch 8 support at all I think. Breaking change how documents are stored in Elastic 8.

The elastic 8 release branch should work, but I have not recently tested myself.

otanum commented 1 year ago

Merged Elastic8 changes to main