Replies: 2 comments 3 replies
-
I believe that our main issue is our compatibility with Elasticsearch. Because of how Elasticsearch designed their code we need to use the same version of Lucene. We have an issue for migrating away from the old Elasticsearch approach, but it's a lot of work. We also can't really upgrade Elasticsearch since they changed their license to an incompatible one. We need to migrate a client code to the new client, which uses a completely different api design. We also need to migrate some of our test code that uses a rather old approach of integrating into Elasticsearch's own test framework, which might have been a good idea at the time but is at least now not recommended. That test framework also locks us into a tight integration with Elasticsearch which we really don't want anymore. |
Beta Was this translation helpful? Give feedback.
-
We need to investigate if elastic with changing their license again, is an option for upgrading which might make our live simpler. |
Beta Was this translation helpful? Give feedback.
-
I kind of expected that RDF4J 5.x would already be using Lucene 9, but looks like it still uses Lucene 8. Are there any plans to upgrade?
Beta Was this translation helpful? Give feedback.
All reactions