You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developed a Spatial Search website that allow users to search documents from FBI Vault website. Extract the most frequently occurring location in each of documents, and load the geo-tagged data into Apache Solr to index the documents, visualize search results using the Google Maps API.
This project includes simple spring mvc web app with maven with integration of solr. In this project you will be able to do insert/update/delete/list operation. Also you will be able search data using solr will display the data in broswer. You can download the project and to test visit url: /employee/search/abc then it will search data in employ…