[英]Is there any way to access inverted index on sql server full text search
我想获取http://en.wikipedia.org/wiki/Inverted_index和http://en.wikipedia.org/wiki/Microsoft_SQL_Server#Full_Text_Search_Service中所述的全文搜索索引的“内容”()。 内容-单词名称和出现
此问题与我先前的问题无答案相关, 使用全文本搜索从sql server数据库中生成动态标签
可能吗?
在SQL Server 2008中,您可以查询sys.dm_fts_index_keywords
和sys.dm_fts_index_keywords_by_document
表值函数来获取此信息。
对于以前的版本,我认为这不太容易实现(如果有的话)
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.