I’m trying to get search results just like the stack overflow Related questions, when you ask a new question.
How can I do with lucene, a search which would match all words or at least one or two words in my phrase ?
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.
There’s a Lucene contribution called MoreLikeThis that does what you’re looking for. Here’s an article on using it: Using Lucene and MoreLikeThis to show related content.