This example shows basic usage concepts of Spring Data Solr.
In order to run this example a 4+ Solr Server and Maven are required.
The application is meant to work with the example data provided by the Solr distribution.
:solr> ./bin/solr start -e techproducts
Access via localhost:8983/solr/
:spring-data-solr-showcase> mvn spring-boot:run
Access via localhost:8080/search
For the issue of Inconsistencies with SolrTemplate with Multiple Cores,the product detail page can not be shown currently.