Closed Fillipedem closed 4 months ago
I think this was fixed in https://github.com/o19s/elasticsearch-learning-to-rank/pull/495.
Thanks for spotting and reporting that one. As @Philippus pointed out: we addressed that inconsistency in https://github.com/o19s/elasticsearch-learning-to-rank/pull/495 with the latest plugin release supporting 8.14.2.
Hello everyone,
I am currently migrating an Elasticsearch instance to the new 8.14.1 version and testing the 1.5.9 plugin release for this version. However, I've encountered an inconsistency.
When I run
GET _cat/plugins
it returns:181e5621ef1d ltr 1.5.8-es8.14.1
. This suggests that the plugin version is 1.5.8, not 1.5.9 as expected.Futhermore, the
gradle.properties
file also shows that the ltr plugin version is 1.5.8:From what I can tell, it appears that the ltrVersion may not have been updated when the release was changed to 1.5.9.
Thanks!