In this particular project , trying to read films json data in java using pojo and jackson as pojo client , index the data in solr search engine , search data from solr search engine and also adding additional solr component called faceting to enhance the search capability
Java Version : 17
SolrJ Version : 8.11.0 (maven dependency)
Editor : IntelliJ Idea
Commands To Start and Stop the Solr Server :
To start the solr server : solr start
To stop the solr server : solr stop -p port:no
Command to create solr core : solr create -c core_name