Top "Spring-data-solr" questions

Spring Data for Apache Solr is one of the sub-projects of Spring Data oriented towards facilitating the use of the search engine Apache Solr.

Spring Data Solr multiple cores and repository

I have apache solr with multiple cores e.g. currency, country etc... So using Spring Data Solr I can retrieve …

spring spring-data spring-data-solr
java.lang.IllegalArgumentException: [Assertion failed] - this argument is required; it must not be null

Here I am Facing following issue when getting all data from solr using spring data solr repository's findAll() method. But …

java spring spring-mvc solr spring-data-solr
java.lang.IllegalArgumentException: Environment must not be null

I try to setup a basic SolrRepository app and Have this error during ApplicationContext load : Caused by: java.lang.IllegalArgumentException: …

spring spring-data spring-data-solr