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

Replace nested indexer with native SOLR indexing #693

Open
jeremyf opened this issue Dec 2, 2022 · 0 comments
Open

Replace nested indexer with native SOLR indexing #693

jeremyf opened this issue Dec 2, 2022 · 0 comments

Comments

@jeremyf
Copy link

jeremyf commented Dec 2, 2022

Is your feature request related to a problem? Please describe.
In the 2.9.0 implementation of Hyrax the nested indexer is non-performant. In the pending 3.5 and 4.0 release there is work to move away from the non-performant indexer and leverage a native SOLR graph indexing.

Describe the solution you'd like
That work has been quasi-ported to the hyrax-v2_graph_indexer gem. It is worth exploring if this work could be brought further back to v2.9.0 by adjusting the implementation details of that graph indexer.

Assuming that 2.9.0 and 2.9.6 are adequately compatible in the low-level implementation details it should be straight forward to adjust the dependencies of the hyrax-v2_graph_indexer gem.

This would require further testing to ensure functional needs are still met. But the performance improvements should be substantive.

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