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

New Approach to index resource map objects #101

Open
taojing2002 opened this issue May 16, 2024 · 0 comments
Open

New Approach to index resource map objects #101

taojing2002 opened this issue May 16, 2024 · 0 comments

Comments

@taojing2002
Copy link
Collaborator

Current design is that resource maps are not indexed until all referenced objects are indexed. This design may delay the index tasks for resource map objects.

The alternative way is the resource map indexer will still add a solr doc for the referenced object which hasn't been indexed. The solr doc only has the fields isDocumentedBy/documents and resourceMap which describe the relationship. When the real object of the pid is indexed, the other information, such as system metadata information and metadata information will be added.

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