Difference between solr core & solrj & spring-data-solr
问题 I have been trying to learn solr for implementing search for one of the application. There are three different libraries that i always bump into solr-core , solrj , and spring-data-solr what is the basic difference between three three jar and which is supposed to be used with spring? Recently i tried using solrj and solr-core with spring and got an StackOverflowException here is my question that resulted in stack overflow.Unable to find a solution i tried removing solr-core dependency and