django 全文搜索引擎

1.安装全文检索包 # 全文检索框架 pip install django-haystack # 全文检索引擎 pip install whoosh # 中文分词框架 pip install jieba heystack一些配置都是固定写好的,须要注意下html 2.配置全文检索 1.安装haystack应用python INSTALLED_APPS = ( ... 'haystack', ) 2
相关文章
相关标签/搜索