I am an intern building a search engine for my company. This search engine should search for data using different APIs in addition to a web crawler and then index the returned data. I thought about using solr to index this returned data.
I would first want your advice on whether it is a good idea. I also want to know if I would encounter issues in regards to indexing JSON and Atom, as I do not know the name of the tags in advanced.
Thank you