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

Fix nested query in Solr 7.7 #600

Merged
merged 1 commit into from
Sep 11, 2019
Merged

Fix nested query in Solr 7.7 #600

merged 1 commit into from
Sep 11, 2019

Conversation

tpendragon
Copy link
Contributor

@tpendragon tpendragon commented Sep 11, 2019

refs #593

Local params are not allowed anymore with an edismax query type as of solr 7.2 https://lucene.apache.org/solr/guide/7_2/solr-upgrade-notes.html#solr-7-2

This updates the query to be lucene for the join, while setting the user portion of the query back to dismax.

Co-authored-by: Anna Headley <anna3LC@gmail.com>
@hackartisan hackartisan merged commit 02cbb61 into master Sep 11, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 1d86912 on update_solr_7_7 into fdd5f95 on master.

@eliotjordan eliotjordan deleted the update_solr_7_7 branch July 9, 2020 16:33
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

Successfully merging this pull request may close these issues.

None yet

3 participants