all groups > sql server full text search > june 2006 >
You're in the

sql server full text search

group:

accent sensitive *and* insensitive


accent sensitive *and* insensitive lisa NO[at]SPAM starways.net
6/14/2006 2:25:44 PM
sql server full text search: Forgive me if this has already been asked, but I need to be able to
search either with accent sensitivity *or* insensitivity, depending on
user settings or locale.

Is there any way to set up my indexing (either in 2000 or 2005) so that
I can choose during the search itself whether or not to be sensitive to
accents? With regular queries, I can use different collations to
achieve this, but I'm not sure about full text.

Thanks,
Lisa
Re: accent sensitive *and* insensitive Hilary Cotter
6/14/2006 7:32:42 PM
You can't do this in SQL 2000 easily. the only way to do it is through
thesaurus expansions using FreeText. In SQL 2005 you can create your
catalogs as accent sensitive or insensitive. Place the table in the accent
sensitive catalog and an full text indexed view of the same table in the
accent insensitive catalog.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

[quoted text, click to view]

Re: accent sensitive *and* insensitive lisa NO[at]SPAM starways.net
6/15/2006 7:25:12 AM

[quoted text, click to view]

Thanks, Hilary. But I thought the thesaurus expansion with FORMSOF was
only available starting with 2005. Isn't 2000 limited to inflective
expansions? If I'm misunderstanding, could you please point me
somewhere that shows how you'd do thesaurus expansions in 2000?

Thanks again,
Lisa
Re: accent sensitive *and* insensitive lisa NO[at]SPAM starways.net
6/15/2006 11:03:32 AM

[quoted text, click to view]

I hear what you're saying, but when I look in the Online Books help
file for SQL 2000, the FREETEXT predicate says nothing at all about
thesaurus features. In fact, the word "thesaurus" doesn't appear
anywhere in that help file.

Do you have any information you could provide about this feature, or
could you point to a place where such information might be obtained?

Thanks,
Lisa
Re: accent sensitive *and* insensitive Hilary Cotter
6/15/2006 1:51:47 PM
Formsof is not available in SQL 2000, but the thesaurus feature works in SQL
2000 FreeText.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Re: accent sensitive *and* insensitive Hilary Cotter
6/15/2006 2:32:42 PM
http://www.indexserverfaq.com/thesaurus.htm

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button