Full text thesaurus files bug in documentation - SimonS Blog on SQL Server Stuff

Full text thesaurus files bug in documentation

I don't normally blog about documentation errors generally because they're often not that major however this one is fundamental what is being explained.

This is the page online http://msdn2.microsoft.com/en-us/library/7f5424a4-a72c-44dc-b455-786a12767c99.aspx It talks about creating new thesaurus files. Unfortunately the XML example is wrong. When I looked at it intially I was suprised because the diacritics element wasn't valid XML. Well looking at the examples in the <SQL install folder>/FTData/ts????.xml you can see that the example in the documentation is wrong.

The diacritics element should be

<diacritics_sensitive>0</diacritics_sensitive>

Being a good SQL Server citzen I have reported this via the feedback in BOL so I hope it should be fixed.



-
Published 22 September 2007 23:00 by simonsabin

Comments

No Comments