0
点赞
收藏
分享

微信扫一扫

sphinx fullscan requires extern docinfo.

梅梅的时光 2022-08-05 阅读 19


sphinx 配置
sql_query = \
SELECT id, occupation, experience, education, branch,
typeVacancy, salary, description, city, employer\
FROM vacancy_view

sql_attr_uint = salary
sql_attr_uint = city

You must have ​​docinfo=inline​

​​http://sphinxsearch.com/docs/current.html#conf-docinfo​​

need ​​docinfo=extern​

举报

相关推荐

0 条评论