You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current metadata enhancer is really slow. It takes a lot of time and is error-prone, because the results are only commited once. Only all items can be enhanced at one time.
Describe the solution you'd like
We've written two scripts which commit after x commits. The set of items can be limited to some subset based on the collection, entity type or some solr-query.
Describe alternatives or workarounds you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current metadata enhancer is really slow. It takes a lot of time and is error-prone, because the results are only commited once. Only all items can be enhanced at one time.
Describe the solution you'd like
We've written two scripts which commit after x commits. The set of items can be limited to some subset based on the collection, entity type or some solr-query.
Describe alternatives or workarounds you've considered
Additional context
The text was updated successfully, but these errors were encountered: