Im calling the MoreLikeThisHandler with a query like "id:some_doc_id", so I would like to get documents which are similar to one specific document. I restrict the result to 25 rows and I calculate facets for some fields.
On what data are those facets calculated? According to the documentation out of the similar documents, which is the main difference to the default search handler. But on how many of them? Is it possible to restrict the documents somehow? I would like my facets to be calculated based only on the top 1000 most similar documents. kind regards, Achim