Hi I'm considering to use SolrJ to run queries in a MLT fashion against my Solr server. I saw that there is already an open bug filed in Jira (https://issues.apache.org/jira/browse/SOLR-1085).
My questions is: Is it possible to use content streams to pass a data stream to the MLT handler in SolrJ? Ideally I'd like to do something like http://localhost:8983/solr/mlt?stream.body=electronics%20memory&mlt.fl=manu,cat&mlt.interestingTerms=list&mlt.mintf=0 in SolrJ. Currently I'm defining most of the MLT specific parameters in the solrconfig.xml. Is that possible in SolrJ? Thanks, Marcus -- View this message in context: http://lucene.472066.n3.nabble.com/SolrJ-and-ContentStreams-tp3256237p3256237.html Sent from the Solr - User mailing list archive at Nabble.com.