sphinx 针对tedfield搜索

query = "(user can be admin)"
  -> check all fields for the given words. If all words are found in a combination of any
  fields, document is a match.

query = @(title,content) (user can be admin)"
  -> check title and content fields for the given words. If all words are found in a
  combination of title and content, document is a match.

> Where I want all the words (user can be admin) should be in title or content.

The query you want:
query = "(@title user can be admin) | (@content user can be admin)"

实测有效!

 

摘自:http://sphinxsearch.com/forum/view.html?id=2890









本文转自张昺华-sky博客园博客,原文链接:http://www.cnblogs.com/bonelee/p/6651076.html,如需转载请自行联系原作者






上一篇:Python模块搜索路径


下一篇:GitHub 推出购买和发现应用的 GitHub 市场