Does Solr's “More like this” support facet queries?
问题 I have been able to facet and highlight with the Dismax handler. I tried to do faceting for More Like This results , such as this query: "fetch documents similar to '11qualcomm.doc' whose 'doc_keywords' has 'Communication' as mandatory. select? facet=on&facet.field=doc_keywords&facet.mincount=1 &fl=id,score &fq=doc_keywords:%22Communication%22 &indent=true &mlt=true&mlt.count=20 &mlt.fl=doc_keywords_searchable,doc_author_searchable,doc_abstract,text&mlt.mindf=1&mlt.mintf=1 &mlt.qf=doc