I am developing a web application using spring MVC and I hosted it using tomcat . I have a requirement when I want to integrate apache-solr into my search engine.
I tried searching the Internet for various lessons, but could not find a suitable explanation for the steps.
So my requirements
- How to integrate apache solr in spring MVC using maven dependency (I use tomcat to host the server)
- Basic tutorials for adding data files using solr
- How can I integrate it to collect data from my database. I use hibernate to match the tables of my database.
After a few lessons, I think spring -data-solr is suitable for spring MVC.
PS I am new to all of the above technologies.
source share