如何使用django haystack和elasticsearch进行搜索

时间:2015-12-09 16:16:31

标签: python django elasticsearch django-haystack

以下是我的案例:

假设我将这些项目作为搜索文档:

  • FourTrax Foreman Rubicon GPScape
  • FourTrax Foreman Rubicon 4x4
  • FourTrax Foreman Rubic
  • FourTrax Foreman 4x4

现在,当我搜索“FourTrax Foreman Rubicon”时,我希望所有这些搜索结果都按照上述顺序列出。前两个因为它们包含完全相同的文本和最后两个,因为“FourTrax Foreman”匹配我的搜索查询的一部分。

如何使用django haystack和elasticsearch做到这一点?

0 个答案:

没有答案