Any particular reason you would want to limit the documents for facet
calculation? I mean, the whole point of the facet numbers is to let users
know what's out there. You must have some other rationale in mind - what is
it?
-- Jack Krupansky
-----Original Message-----
From: Achim Domma
Sent: Tuesday, May 21, 2013 5:47 AM
To: solr-user@lucene.apache.org
Subject: MoreLikeThisHandler + Facets
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=