Skip to content

Using the latest elastiknn with older version of ES? #363

Closed Answered by alexklibisz
P3ngLiu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi - unfortunately there's no way to (easily) backport it, as the Elasticsearch JVM code is not backwards compatible across releases. If you really cannot update Elasticsearch, here are two suggestions:

  1. The project has been relatively stable for most of 2021. Most new releases are just to keep up with new Elasticsearch versions. It's likely there's an older version that should work quite well. So I suggest reading the release notes to see if there's actually any meaningful change.
  2. Fork the project and build/release an internal/personal copy for your current version of Elasticsearch. You can look at old PRs to see how to change the version and how the API has changed from version to version.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexklibisz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Q&A Questions (and hopefully answers) about Elastiknn usage
2 participants
Converted from issue

This discussion was converted from issue #284 on July 17, 2022 17:46.