Did you restart the Full-text service after
changing the thesaurus Go to My Computer->Manage->Services and
Application->SQL Server Configuration Manager->SQL Server 2005 Services to
find and restart it.
Best regards
Michael
<kts@discussions.microsoft.com> wrote in message news:fbfb65e9-e043-4f50-8995-479b19b0d690@discussions.microsoft.com...I am not able to get the thesaurus to work during search. Do I need to edit the thesaurus before building the index or is it used during query time.
here is my tsENU.xml
<XML ID="Microsoft Search Thesaurus">
<thesaurus xmlns="x-schema:tsSchema.xml">
<diacritics_sensitive>0</diacritics_sensitive>
<expansion>
<sub>SIVAN</sub>
<sub>SHIVA</sub>
<sub>SIVA</sub>
</expansion>
<replacement>
<pat>SVAN</pat>
<pat>siiv</pat>
<sub>SIVAN</sub>
</replacement>
</thesaurus>
</XML>
This query returns no results
select
* from ucn_master wherefreetext
(fname,'svan')
even though there are occurance of 'SIVAN'.
Any help for this newbe query is much appreciated.
K T

Full text thesuarus
rayfusion
Is this nugget of info documented somewhere
FreddyParra
Best regards
Michael
dic_brookes
K T
UMI20
here is my tsENU.xml
<XML ID="Microsoft Search Thesaurus">
<thesaurus xmlns="x-schema:tsSchema.xml">
<diacritics_sensitive>0</diacritics_sensitive>
<expansion>
<sub>SIVAN</sub>
<sub>SHIVA</sub>
<sub>SIVA</sub>
</expansion>
<replacement>
<pat>SVAN</pat>
<pat>siiv</pat>
<sub>SIVAN</sub>
</replacement>
</thesaurus>
</XML>
This query returns no results
select
* from ucn_master wherefreetext
(fname,'svan')even though there are occurance of 'SIVAN'.
Any help for this newbe query is much appreciated.
K T