I am trying to integrate Apache Solr into Moqui. I am not able to access the Solr API. I have placed the solr jar in framework/lib directory but I am getting this exception when trying to run the service from the tools section.
Error running groovy script (org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
General error during class generation: java.lang.NoClassDefFoundError: Unable to load class org.apache.solr.client.solrj.impl.HttpSolrClient due to missing dependency org/apache/http/entity/mime/content/ContentBody
Is there any other configuration that I need to do, to use the Solr API?