-
Notifications
You must be signed in to change notification settings - Fork 674
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
SOLR-15440: FieldValueFeature now uses DocValues when docValues=true and stored=true are combined. #1883
Conversation
…Values=true and stored=true are combined.
This builds on the #123 changes, so tagging both @tomglk and @alessandrobenedetti as potential reviewers, thank you! |
Hi @cpoerschke , thank you for continuing the work here! The use of Looking at the code, I think that people would have to copy quite a bit of code if they want to still use the legacy behaviour if useDocValuesForStored is gone. But I think that's fine. I refactored the tests a bit, to make it easier to see what What do you think about those changes? Other than that all good for me. :) |
Resolved Conflicts: solr/CHANGES.txt solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
Hi @tomgl - thank you very much for your inputs!
Yes, the plan is to remove
You raise a good point w.r.t.
Thanks for that! Have added it to the branch and built on it with the 1a5b7b7 commit - WDYT? |
https://lists.apache.org/thread/ybmp5xz3c9549opqgktdb4cxlpmdmwy4 (I think) is the dev list thread w.r.t. Crave.io CI patch application. |
I agree to your reasoning and like your changes in 31eff54 ! Moving the setup of doc 21 into the helper function makes total sense. :) The assert for the used scorer is a bit hidden now. I fear that for others it would not be obvious at first glance what the tests want to test. |
Yes, I agree that the assert in the helper method reduces test comprehension, and also the extra cf1ed8f builds on your change i.e. the assert is moved but the |
Oh yes, keeping the reading near the clearing is a good call. Nice! I like it and do not see any more todos. :) |
Resolved Conflicts: solr/CHANGES.txt solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc
|
https://issues.apache.org/jira/browse/SOLR-15440