Monday, March 19, 2012

how to add support for russian language to Full Text search?

Hi all.
I'm using MS SQL Server 2K SP3. I need to implement full text search in
Russian.
Now if I execute smth like:
Select id_article From Articles Where FreeText (*, N' some words in
russian ')
I get an error:
Server: Msg 7619, Level 16, State 1, Line 1
Execution of a full-text operation failed. A clause of the query
contained only ignored words.
though with english words it works OK.
Buy the way, russian is not present in master..syslanguages.
thanks,
vlad.
I've just changed 'default full-text language' parameter to 'neutral' and
still have the same problem...
vlad.
|||Hi!
Did you manage to solve the problem?
I also have the same problem - only my words are in croatian :-)
"vlad" <vlad@.august-n.com.ua> wrote in message
news:dn1ma5$1l05$1@.pandora.alkar.net...
> I've just changed 'default full-text language' parameter to 'neutral' and
> still have the same problem...
> vlad.
>

No comments:

Post a Comment