forked from WGBH-MLA/ams
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review all Indexers overrides and reconcile with upstream changes #34
Milestone
Comments
No longer blocked, as of 2023-08-10 |
INDEXERSAMS/WorkIndexer
AssetIndexer
ContributionIndexer
DigitalInstantiationIndexer
EssenceTrackIndexer
PhysicalInstantiationIndexer
QueuedNestingIndexer
class QueuedNestingIndexer
extend Samvera::NestingIndexer
def self.reindex_relationships(id:, maximum_nesting_depth: nil, extent:)
if extent.match("queue")
Rails.logger.info("nested indexing queued")
Redis.current.zadd("nested:index:#{extent.delete("queue")}", 0, id.to_s)
else
::Samvera::NestingIndexer.reindex_relationships(id: id, extent: 'full')
end
true
end
end |
TODO: test searches per @laritakr We may need to update search queries |
laritakr
added a commit
to WGBH-MLA/ams
that referenced
this issue
Aug 15, 2023
Calling QueuedNestingIndexer is obsolete after upgrades. refs scientist-softserv#34
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Roughly 3 or 4 of these
Acceptance Criteria
Screenshots or Video
Testing Instructions
Notes
The text was updated successfully, but these errors were encountered: