`
dcj3sjt126com
  • 浏览: 1830601 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

sphinx fullscan requires extern docinfo.

阅读更多
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 configured on your index

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

need docinfo=extern (which happens to be the default, so must of changed it!) for full-scans to work.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics