: The problem with SOLR-69 is that faceting does not operate on MLT
: results. If this was fixed we could do
ah... i see, you're tlaking about getting facet counts based on the MLT
results, not the main results ... i think somoene (Yonik?) suggested
extracting MLT into a seperate request handler
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 desc
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 ?)
I have to
We have a site with users that post things (say it's a review of a
book. each review gets a solr doc.)
On the user info page we show a 'top 10' faceting result on the query:
q=username:bwhitman&facet=true&facet.field=review&facet.limit=10
which comes back with
9
4
..
Which is great as a sim