Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Lucene 9 (+ upgrade other dependencies) #77

Open
cavorite opened this issue Jul 22, 2024 · 0 comments
Open

Support for Lucene 9 (+ upgrade other dependencies) #77

cavorite opened this issue Jul 22, 2024 · 0 comments

Comments

@cavorite
Copy link

There are newer versions of Lucene with many new features, notably the ones introduced in the 9.X releases.

Given that there the 2 major versions (8.X and 9.X) have different JDK requirements, it would be good to support both in Clue. For instance, we can follow the 2 branch pattern from the Lucene repository itself, where the main branch tracks the most recent release and the 8 branch keeps compatibility for that specific version.

I've started to implement those changes in a fork:

https://github.com/cavorite/clue

I'd like to keep working on it and add new features. For example, using config files for the field types and analyzers used, as well as special commands for other types of queries and fields (such as kNN for vectors, and completion mode for the 'suggest' fields). I would make those changes into my fork for now, but it would be good to contribute them to the main project as well.

Let me know if you're OK with this idea and if you have suggestions for contributing back to Clue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant