Find Similar Documents in Elasticsearch with “More Like This Query”
Posted by Adam Vanderbush March 7, 2017When working with thousands of documents, a question that emerges is how to find documents that are similar to a given document or a set of documents. There are often uses cases when one would like to show documents that are similar to the document that the user is viewing, or is interested in. Elasticsearch has a query feature called “More Like This Query”, also known as the MLT Query, that tackles these cases.