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

Optimize Model filtering in Solr find_references queries #806

Open
escowles opened this issue Nov 6, 2019 · 0 comments
Open

Optimize Model filtering in Solr find_references queries #806

escowles opened this issue Nov 6, 2019 · 0 comments

Comments

@escowles
Copy link
Contributor

escowles commented Nov 6, 2019

Valkyrie::Persistence::Solr::QueryService has two methods that do a query and then filters by model:

  • find_references_by
  • find_inverse_references_by

These should be optimized by passing the model to the query and letting Solr do the filtering, like we do in find_all_of_model

Related to #790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant