This stage uses the content of the current document to query for similar documents, using Solr’s MoreLikeThis component. This stage provides content-based recommendations. For collaborative recommendations, use the Recommend Items for Item stage. See Recommendations and Boosting for more information.Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Tips
- The incoming query must include an
idfield in order to get recommendations from this stage. The stage returns documents similar to the one specified by this field. - Since these secondary queries tend to be large, this stage can impact search performance. You can improve performance by first clustering your documents, then configuring this stage to query a specific document cluster instead of all documents.