<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Looping over document similarity details in Semantic Search</title><link>http://blogs.msdn.com/b/sqlfts/archive/2011/10/31/looping-over-document-similarity-details-in-semantic-search.aspx</link><description>Statistical Semantic Search , which is new in SQL Server 2012 “Denali,” indexes documents and text columns to support queries that go beyond the simple keyword search of LIKE or of Full-Text Search. Semantic Search lets you query for 3 types of information</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Looping over document similarity details in Semantic Search</title><link>http://blogs.msdn.com/b/sqlfts/archive/2011/10/31/looping-over-document-similarity-details-in-semantic-search.aspx#10280672</link><pubDate>Fri, 09 Mar 2012 23:02:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10280672</guid><dc:creator>SEMANTICKEYPHRASETABLE is super slow to me</dc:creator><description>&lt;p&gt;I have a table (NOT a FileTable) containing 2.5M records with a field containing content of plain text. I created a Fulltext index on it with semantic option. The fulltext catalog is on a separate filegroup and file. It is now 4GB big. The index is auto track changes and populating. Then I did the following search &lt;/p&gt;
&lt;p&gt;SELECT TOP(10) *&lt;/p&gt;
&lt;p&gt;FROM SEMANTICKEYPHRASETABLE&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;(&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;SearchContent,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;*,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;@ID&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;) AS KEYP_TBL&lt;/p&gt;
&lt;p&gt;ORDER BY KEYP_TBL.score DESC&lt;/p&gt;
&lt;p&gt;it took forever, any idea?&lt;/p&gt;
&lt;p&gt;Please kindly reply me gzhang@primeobjects.com.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Gary&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10280672" width="1" height="1"&gt;</description></item></channel></rss>