Hi a MLT query with a q parameter which returns multiple matches such as q=id:45 id:34 id:54&mlt.fl=filed1&mlt.mindf=1&mlt.mintf=1&mlt=true&fl=id,name
seems to return the results of three seperate mlt queries ie q=id:45 &mlt.fl=filed1&mlt.mindf=1&mlt.mintf=1&mlt=true&fl=id,name + q=id:34 &mlt.fl=filed1&mlt.mindf=1&mlt.mintf=1&mlt=true&fl=id,name + q=id:54&mlt.fl=filed1&mlt.mindf=1&mlt.mintf=1&mlt=true&fl=id,name rather than a combined similarity of all three Is this becuase field1 is not storing term verctors ? How best to achive a combined similarity mlt ?