FREETEXTTABLE always has a rank of 0

前端 未结 2 1956
感情败类
感情败类 2021-01-05 09:04

I\'m using SQLServer 2008 and if I perform the following query:

SELECT 
  *
FROM
  FREETEXTTABLE(SomeTable, Name, \'a name that I know exists\')
2条回答
  •  無奈伤痛
    2021-01-05 09:39

    The rank is relative to the other results returned in the query and is therefore only useful for sorting on relevance from the returned values. There is detailed information on the ranking method.

提交回复
热议问题