April 8, 2009 at 10:26 am
Version: SQL Server 2008 Developer Edition RTM (MSDN download)
OS: Windows XP Professional SP3
I'm starting to test SQL Server 2008. We use full-text, in multiple languages. So in SQL Server 2005 we loaded the 6 additional third-party word breakers according to the documentation and everything works fine.
In SQL Server 2008 the third-party word breakers has been reduced to three. So I'm trying to configure them according to the documentation.
The document titled "How to: Load Licensed Third-Party Word Breakers" http://msdn.microsoft.com/en-us/library/ms345188.aspx states that the "FullTextDefaultPath" value is located under
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\instance_ID\MSSQLServer" which is similar to SQL Server 2005.
However I found the entry under "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\instance_ID\Setup"
Secondly, the documentation instructs to add a Registry value specifying the path of the "NoiseFile" -- which no longer exist in SQL Server 2008. I checked the language entries for the standard (default) languages under "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\instance_ID\MSSearch\Language" and none of those have a "NoiseFile" value. Additionally, the values for the "TsaurusFile" are unqualified. I.e., they only specify the name of the file (without the path).
So it would appear that the documentation is totally wrong. It certainly hasn't been tested.
Has anyone else performed this operation?
Viewing post 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply