Hi I would to run a mlt search (in Solrj) of a short piece of text delivered via the stream.body. This part works. What I would like to be able to do is to do 2 things:
- faceting on some number (not ALL) of the results - cluster (using carrot2) all of the results Is this possible? I believe faceting occurs on all of the docs returned (numFound), not on the requested number of results (rows). Is this correct? thank you for your help Peyman