I want to add a search feature (which will be working the same as the search feature of this stackoverflow website’s search function) in my web application which is developed with Java EE .
Is it suitable to use the Nutch Search Engine?
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.
Your Web application can provide this search feature using Apache Nutch(for crawling) and Apache Solr for searching the crawled pages. If your web service needs to provide efficient and fast search then Nutch should run in a Hadoop cluster instead of a single machine. Hope this information helps.
Let me know if you need any more information.