Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 896 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 896 Bytes

Spring Data Solr Showcase

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.

Running Solr(6.6.0)

:solr> ./bin/solr start -e techproducts

Access via localhost:8983/solr/

Running Showcase

:spring-data-solr-showcase> mvn spring-boot:run

Access via localhost:8080/search

Notice:

For the issue of Inconsistencies with SolrTemplate with Multiple Cores,the product detail page can not be shown currently.