Re: Ignored words error strangeness
- From: "Hilary Cotter" <hilary.cotter@xxxxxxxxx>
- Date: Mon, 30 Jan 2006 12:18:50 -0500
What noise word lists are you looking at? For SQL 2000 you should be looking
at the ones in C:\Program Files\Microsoft SQL
Server\MSSQL$instanceName\FTDATA\SQLServer$instanceName\Config
or
C:\Program Files\Microsoft SQL Server\MSSQL\FTDATA\SQLServer\Config
For SQL 2005 you should be looking at C:\Program Files\Microsoft SQL
Server\MSSQL.1\MSSQL\FTData
Note that the International English (English_UK - LCID 2057) and the
American English (English_US - LCID 1033) use the same word breakers in SQL
2000 - they implement different stemmers. In SQL 2005 they use different
word breakers and stemmers.
The problem you are encountering is with the stemmers.
One of the reasons you might be getting this error is if you have deleted
the contents of your noise word list. You should enter an single space if
you want to delete the contents.
--
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
"Matt Jensen" <replytonewsgroups@xxxxxxxxxxxxx> wrote in message
news:uO1PQ4YJGHA.528@xxxxxxxxxxxxxxxxxxxxxxx
> Howdy
>
> I've got 2 databases on the same SQL server with full text indexes on the
> columns of tables, and one when I do a full text search on with a noise
> word eg 'a' it returns results with a in it, and the other one gives the
> 'ignored words' error.
>
> When I do sp_help_fulltext_columns on the two tables, one gives 2057, one
> gives 1033, however the noise.eng and noise.enu appear to be identical on
> the server.
>
> Anyone got any ideas what the difference may be, I just want to turn this
> feature off really?
>
> Cheers
> Matt
>
>
.
- Follow-Ups:
- Re: Ignored words error strangeness
- From: Matt Jensen
- Re: Ignored words error strangeness
- References:
- Ignored words error strangeness
- From: Matt Jensen
- Ignored words error strangeness
- Prev by Date: Re: Ignored words error strangeness
- Next by Date: corrupt full text catalogs -- can't delete!
- Previous by thread: Re: Ignored words error strangeness
- Next by thread: Re: Ignored words error strangeness
- Index(es):
Relevant Pages
|
Loading