/
Code for Indexing

Code for Indexing


Table of Contents


Where are collections indexed now?

Thoughts on indexing nested collections

At Notre Dame, we have implemented Nested Collections and leveraged the following indexing strategy:

Potential Pitfalls

Nested collections can create infinite loops (e.g. A is in B is in C is in A). At Notre Dame we adopted a maximum depth (aka time_to_live) in graph traversal (another option is Cycle detection but that might not be performant). Also with nested collections, reindexing everything can take considerable time. Those tasks should be relegated to background jobs.


Related content

Collections and Admin Sets: Collection Indexing
Collections and Admin Sets: Collection Indexing
More like this
Collection browsing
Collection browsing
More like this
Samvera Partner Call - October 13th, 2017
Samvera Partner Call - October 13th, 2017
More like this
Collections and Admin Sets: Collection Nesting FAQ
Collections and Admin Sets: Collection Nesting FAQ
More like this
Collection Types
Collection Types
More like this
Hydra Page Turner Interest Group
Hydra Page Turner Interest Group
More like this