Use one query method in the SolrQueryServiceController.
Move the solr query part here since metacat-index needs to query the solr server too.
Use the sepcified exceptions to replace the Exception.
Add a transformer to process the query response object.
Add a new class to create the solr QueryResponseWriter.
exclude jibx-tools, maven cruft and org.eclipse "dependencies" to cut down on the number of jar files in the lib folder.
format before editing
Add some java doc.
Fixed a bug the collection name was not set.
Add getCollectionName method.
Remove the bin directory.
Add a new module for sharing the between the metacat and metacat-index.