Actions
Task #5943
closedFeature #5810: Implement SOLR-based search
Task #5921: Design and implement Metacat-Index module
Eliminate the unnecessary Systemmetadata event between the Metacat and Metacat-index modules.
Start date:
05/24/2013
Due date:
% Done:
0%
Estimated time:
Description
Currently we split metacat and metacat-index web apps. The communication between them is the Systemmetadata entry event and listener. Metadata generate a entry event and Metacat-index handle the event as a listener.
The entry event can be created even though there is no system metadata change. It maybe cause to rebuild the index.
Actions