SQL Server Full-Text Search computes rank based on the frequency of the word in the document and in the set of all documents (TFIDF). Is it possible to access these values directly ?
I would like to find the top-n most frequent words in my table. Is it possible to obtain this list from the full-text search index?
I'm using SQL Server 2005.