Task #6005
Feature #5810: Implement SOLR-based search
Incomplete solr index for the data objects if the resourcemap was indexed first
Description
Currently the resource map should be indexed after the data objects in the resource map were indexed. If the resource map was indexed first, then the solr index for the data objects will be incomplete.
History
#1 Updated by Matt Jones about 9 years ago
- Tracker changed from Feature to Bug
#2 Updated by Jing Tao about 9 years ago
- Assignee set to Jing Tao
#3 Updated by Jing Tao about 9 years ago
- translation missing: en.field_remaining_hours set to 0.0
- Status changed from New to Closed
When Metacat-index indexes a resource map document, it will check if all data objects of the resource map have been indexed yet. If any of them have been indexed, it will throw an exception and the error will be log in the EventLog. Later, when the timed index process starts, the resource map will be index again (it also checks its components as well during this index process).