Sphinx: WARNING: Attribute count is 0: switching to none docinfo

只愿长相守 提交于 2019-12-07 03:20:53

问题


I'm new to Sphinx and I can't seem to figure out what this warning is referring to or how to fix it. A google search didn't provide much information so I'm hoping a database guru here knows how to fix this.

Thanks!


回答1:


There is nothing to be scared. The message says that the mode of additional attributes storing, which is set in the config file, will be turned off, due to absence of these attributes.

docinfo is the complete set of per-document attribute values.

Read more about this here http://sphinxsearch.com/docs/2.0.4/attributes.html



来源:https://stackoverflow.com/questions/12664813/sphinx-warning-attribute-count-is-0-switching-to-none-docinfo

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!