2011-04-13 28 views
0

我正在學習使用Solr。瞭解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"/> 
<result name="67250" numFound="0" start="0"/> 
<result name="146" numFound="0" start="0"/> 
<result name="3993" numFound="0" start="0"/> 
<result name="11758" numFound="0" start="0"/> 
<result name="14828" numFound="0" start="0"/> 
<result name="20820" numFound="0" start="0"/> 
<result name="23336" numFound="0" start="0"/> 
<result name="24267" numFound="0" start="0"/> 
<result name="24779" numFound="0" start="0"/> 
</lst> 

我真的不明白什麼「名稱」屬性的含義。如果沒有發現任何東西,爲什麼有不同名稱的許多結果呢?

回答

0

name屬性中的數字是結果中文檔的唯一鍵。