Actions
Task #5926
closedFeature #5810: Implement SOLR-based search
Task #5921: Design and implement Metacat-Index module
Metacat-index doesn't build solr index during a Metadata inserting document
Description
I inserted an eml document through the metacat devtools.html, but the metacat-index didn't build the solr index.
Updated by Jing Tao over 11 years ago
- Status changed from New to Resolved
It turned out that the solr doc was generated. However, the building index and querying index use different EmbeddedSolrServer object, the new index only shows up after tomcat restarted.
If we add the code to reload solr core container, the problem is resolved. But I am not sure the reloading is very expensive or not. So far, it seems fine.
Actions