select top 10 Id, Title, Score from EnglishNews where title^10 
match 'abc^5000^0 news^5000^3 to^5000^7 cut^5000^9' 
or content match 'abc^5000^0 news^5000^3 to^5000^7 cut^5000^9' 
order by score desc
字段权重有字段后^后的数字指定,如这里的 title^10 中的10
如果不指定,默认为1

返回 Hubble.net 技术详解

相关文章:

  • 2022-02-19
  • 2021-06-30
  • 2021-09-06
  • 2021-10-21
  • 2022-02-06
  • 2021-09-14
  • 2021-09-01
猜你喜欢
  • 2021-11-19
  • 2021-09-19
  • 2021-12-10
  • 2021-09-09
  • 2021-12-23
  • 2021-10-05
  • 2021-09-07
相关资源
相似解决方案