Actions
Task #5927
closedFeature #5810: Implement SOLR-based search
Implements listing the query engines and fields for the solr query engine
Description
We need to add the solr query engine the mn api:
GET /query/{queryType}
GET /query
Updated by Jing Tao over 11 years ago
- Status changed from New to Resolved
We add a new class - MetacatSolrEngineDescriptionHandler to handle the request. It works on both http solr server and embedded solr server.
Actions