-
Download and install Solr in local
-
Start Solr
$ ./solr start
Solr Admin Dashboard link for local:
-
Create a new Core/Collection:
$ ./solr create -c productscatalog
-
This app uses MySQL DB. Command to run MySQL Docker container in local:
$ docker run --name mysqldb -e MYSQL_ROOT_PASSWORD=password -v $HOME/mysql-data:/var/lib/mysql -p 3306:3306 -d mysql
-
Run the Spring Boot application
-
Some pre-configured data gets loaded in DB as well as in Solr after the start-up
simple_product_catalog.csv
contains the pre-configured data
-
Notifications
You must be signed in to change notification settings - Fork 0
abhinav-nath/apache-solr-hands-on
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Exploring Solr using Spring Data Solr
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published