On Mar 14, 2007, at 5:48 PM, Chris Hostetter wrote:
I'm not sure if i'm understanding your question ... i was going to
mention
SOLR-69 as a possible solution for your goal, but i see you've
commented
on that issue so you are already aware of it ... doesn't that code
do what
you are describing (by using the facet fields as the mlt.fl ?)
The problem with SOLR-69 is that faceting does not operate on MLT
results. If this was fixed we could do
q=username:bwhitman&mlt=true&mlt.field=reviewText&facet=true&facet.field
=username
..but as of now the faceting only operates on the main query, not the
MLT subsection.