Custom Thesaraus module development
-
2 марта 2012 г. 5:25
Hello SQL community,
Honestly at this point of time, i dont have enough information on why i need custom thesaraus module?
But I am sure we need to develop a custom word breaker adn stemmer modules for my applicaton needs.
Hence I am predicting the need for a custom thesaraus module.
I found very less information on the net where people are dicussing about custom thesaraus module.
1.So is it possible to develop a custom thesaraus module for selected language?
2.Are there predefined interfaces from MS like how it is available for Word breaker and stemmer?
3.Are there language specific thesaraus dlls in SQL 2008 R2 FTS ? or single thesaraus module handles all the languages based on the language specific xml files?
Thanks
Samb
Все ответы
-
5 марта 2012 г. 7:04Модератор
Hi Samb,
It is available to customize a thesaurus file. To do this, you are required to define your custom thesaurus with a XML file, and change the registry key with the location and name of your custom thesaurus for a given language. For each language, there must be a separated thesaurus mapping for that language.
For more information:
Thesaurus Configuration
Creating Custom Thesaurus Entries in SQL Server 2005 and 2008 Full Text Search
Stephanie Lv
TechNet Community Support
- Помечено в качестве ответа Stephanie LvModerator 19 марта 2012 г. 7:48

