Skip to content

chang-chao/spring-data-solr-showcase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sample Spring MVC Application demonstrating usage of Spring Data Solr.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%