-
Notifications
You must be signed in to change notification settings - Fork 67
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
Fix for bug 20 - luceneMatchVersion #21
Conversation
After pull #19 and this patch, I still have a few improvement suggestsions:
An alterntative strategy is of course to use the I do not have time to fix this right now, so feel free to add it in yourself |
Looks good! I agree with you about the configuration. But pursuant to #10, I'm wondering if it wouldn't make more sense to just overhaul the configuration entirely. There's really no need for the user to modify fine-grained details in the Or are you now proposing that we keep the configuration largely as-is and just make that one small change? |
Fix for bug 20 - luceneMatchVersion
I thought I sent this comment earlier, but here we go: I chose to use the The correct way of loading by resource loader was not With the last commit, the config is again back-compat with earlier versions, since it will simply ignore any luceneMatchVersion. I consider v1.3.0 which is currently published to be buggy since it requires config change. It should be replaced with this 1.3.1 and not downloadable. |
Awesome work, Jan. We'll get to #10 eventually; for now, though, this really streamlines the config. |
This avoids luceneMatchVersion in config!
Bumps to v1.3.1