Search code examples
javalucenemorelikethis

Search based on words of a phrase, just like SO related questions


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 ?


Solution

  • 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.