분류 Python

flask_msearch-whoosh가있는 플라스크에 대한 전체 텍스트 검색

컨텐츠 정보

  • 조회 475 (작성일 )

본문

플라스크에 대한 전문 검색.


https://github.com/honmaple/flask-msearch 


pip install flask-msearch
# when MSEARCH_BACKEND = "whoosh"
pip install whoosh blinker
# when MSEARCH_BACKEND = "elasticsearch", only for 6.x.x
pip install elasticsearch==6.3.1