I want create a search engine like google. Which search engine should I use? Does solr or elasticsearch suitable for that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe Nutch is a good starting point. Especially because it includes crawling as well and uses Lucene. Lucene is also used in Solr and the newest version has the nice SolrCloud feature for easier scalability.