我正在学习使用 Solr。
我现在正在学习使用 MoreLikeThis。如果我做查询,就像这样
http://localhost:8080/solr/select/?q=terbang&indent=on&mlt=true&mlt.fl=entry
我得到一个更像这样的结果
<lst name="moreLikeThis"> <result name="67244" numFound="0" start="0"/> <结果名称="67250" numFound="0" start="0"/> <结果名称="146" numFound="0" start="0"/> <结果名称="3993" numFound="0" start="0"/> <result name="11758" numFound="0" start="0"/> <result name="14828" numFound="0" start="0"/> <结果名称="20820" numFound="0" start="0"/> <result name="23336" numFound="0" start="0"/> <result name="24267" numFound="0" start="0"/> <结果名称="24779" numFound="0" start="0"/> </lst>
我真的不明白“名称”属性的含义是什么。如果无论如何都没有找到任何结果,为什么会有许多不同名称的结果?