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

Cull the amount of Lucene code shipped as part of this jar #2

Open
hakanai opened this issue Jan 12, 2017 · 0 comments
Open

Cull the amount of Lucene code shipped as part of this jar #2

hakanai opened this issue Jan 12, 2017 · 0 comments

Comments

@hakanai
Copy link
Owner

hakanai commented Jan 12, 2017

As Lucene bump major versions, we'll end up including more and more copies of the same code. But much of the code in lucene-core is not actually required to upgrade an index. (e.g., you wouldn't expect it to use a searcher or any queries.)

Find and destroy the bits of the Lucene code which are definitely not required to upgrade an index and record somewhere which bits could be deleted, so that the next version can have the same bits deleted.

hakanai added a commit that referenced this issue Nov 1, 2022
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