類似した文書のすべてのフィールドを返すされていません以下:MoreLikeThisは、私は、ブラウザで次のクエリを使用してSolrの<em>MoreLikeThis</em>機能をしようとしている
<response>
<lst name="responseHeader">
... //removed for brevity
</lst>
<result name="response" numFound="1" start="0" maxScore="1.0">
<doc>
<str name="id">31</str>
<str name="firstName">Alex Luis Armstrong</str>
<str name="lastName">Major Wolf</str>
<long name="_version_">1534338957920174080</long>
</doc>
</result>
<lst name="moreLikeThis">
<result name="31" numFound="4" start="0" maxScore="0.419522">
<doc>
<str name="id">32</str>
<float name="score">0.419522</float>
</doc>
<doc>
<str name="id">33</str>
<float name="score">0.0254616</float>
</doc>
</result>
</lst>
</response>
はなぜfirstName
とID 32と33の結果で返さlastName
ではないでしょうか?