29 matchInfo.setWeight(weight);
35 if (index < attributesCount)
36 matchInfo.
setAttrItem(index, std::forward<AttrInfo>(attrInfo));
37 return (index < attributesCount);
43 if (index < matchesCount)
45 resultData.
setMatchInfoItem(index, std::forward<SphinxMatchInfo>(matchInfo));
48 return (index < matchesCount);
59 matchInfo.
resize(attributesCount_);
60 resultData.
resize(matchesCount_, attributesCount_);
61 matchesCount = matchesCount_;
62 attributesCount = attributesCount_;