Hi, I'm trying to use the new MLT query parser in a SolrCloud mode. As per the documentation, here's the syntax,
{!mlt qf=name}1 where "1" is the id. What I'm trying to undertsand is whether "id" is a mandatory field in making this work? Right now,I'm getting mlt documents based on a "keyword" field. With the new query parser,I'm not able to see a way to use another field except for id. Is this a constraint? Or there's a different syntax? Any pointers will be appreciated. Thanks, Shamik