Re: mlt.interestingTerms in MoreLikeThisComponent: standalone vs cloud

2021-04-08 Thread Cassandra Targett
It’s an undocumented limitation that interesting terms are not returned in a distributed query (like SolrCloud would make) when using MLT with the search component. The interesting terms support for the search component was added in 8.2 in  https://issues.apache.org/jira/browse/SOLR-12304. That

mlt.interestingTerms in MoreLikeThisComponent: standalone vs cloud

2021-04-07 Thread Thomas Corthals
Hi all, When I run the following command: curl " http://127.0.0.1:8983/solr/techproducts/select?omitHeader=true&wt=json&q=apache&fl=id&mlt=true&mlt.fl=manu%2Ccat&mlt.mintf=1&mlt.mindf=1&mlt.interestingTerms=list " … against Solr 8.5 in standalone mode with techproducts, I get interestingTerms in