1
我嘗試使用Haystack中的「more like this」標記,但它不返回任何結果。在ElasticSearch documentation中,我發現我需要指定一些參數來使其工作,如min_term_freq
,max_query_terms
。無法弄清楚如何在Haystack中指定這些值。更多喜歡這不會返回任何內容
我嘗試使用Haystack中的「more like this」標記,但它不返回任何結果。在ElasticSearch documentation中,我發現我需要指定一些參數來使其工作,如min_term_freq
,max_query_terms
。無法弄清楚如何在Haystack中指定這些值。更多喜歡這不會返回任何內容
您是否嘗試將min_term_freq設置爲1?這對我有效。至少開始顯示結果!
你有沒有一個你的「映射」是什麼樣子的例子? –
你是什麼意思「映射」?乾草堆索引類還是別的? –