> Both make and up are noise words for US and UK English. Remove these from
> the noise word lists, stop MSFTESQL, and rebuild the catalogs. It works for
> me:)
There is some debate within Microsoft on how to handle noise words. With
disk space being so cheap many people are considering whether to index them
at all. For example, MSN Search does not index noise words, Google still
does.
Microsoft chose to ship SQL Server 2005 with noise words, I don't know
exactly why, but I assume it was for backwards compatibility issues, and as
many people desire them.
I also agree with you about frequent or noisy words being added to the noise
word list - however most people end up removing words as opposed to adding
them.

Signature
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
>> Both make and up are noise words for US and UK English. Remove these from
>> the noise word lists, stop MSFTESQL, and rebuild the catalogs. It works
[quoted text clipped - 16 lines]
>
> Nick...
Nick Gilbert - 26 Apr 2006 10:55 GMT
> There is some debate within Microsoft on how to handle noise words. With
> disk space being so cheap many people are considering whether to index them
[quoted text clipped - 8 lines]
> word list - however most people end up removing words as opposed to adding
> them.
Well the easiest and neatest solution, would be if you could check a box
when you create the column index to tell the FTS crawler whether to
index the noise words or not. A simple "use noise words" checkbox that
was column or table specific would solve most of the problems that are
posted to this list. Programmatically speaking, this should be very easy
for MS to implement as it's just a flag which tells the crawler whether
or not it should use the noise words file for this column or not.
Nick...
Hilary Cotter - 26 Apr 2006 13:55 GMT
Yes, but the problem is that noise word lists are server specific. You can
not have them column specific unless you are indexing different languages
for each column.

Signature
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
>> There is some debate within Microsoft on how to handle noise words. With
>> disk space being so cheap many people are considering whether to index
[quoted text clipped - 18 lines]
>
> Nick...
Nick Gilbert - 27 Apr 2006 10:47 GMT
> Yes, but the problem is that noise word lists are server specific. You can
> not have them column specific unless you are indexing different languages
> for each column.
I realise that and that's what I'm complaining about :) It shouldn't be
like that. I don't mind a single noise words file - but you should be
able to disable it for certain columns or tables. Perhaps you should
suggest this to MS - you probably have more weight with them than I do
as you're an MVP. :)
Thanks very much for your time - as always you've been very helpful!
Don't you have a day job? :)
Nick...
Hilary Cotter - 27 Apr 2006 11:45 GMT
I have no more weight than you with them. They are very busy people and in
general not responsive. I understand their work loads and don't blame them.
I do have a day job, and a night job;)

Signature
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
>> Yes, but the problem is that noise word lists are server specific. You
>> can not have them column specific unless you are indexing different
[quoted text clipped - 10 lines]
>
> Nick...