Fair enough.
First perhaps I should clarify something:
>>Much of the on line documentation is still talking about "stop words," which seem to have been replaces by "noise words." <<
Actually it is the other way around. Starting with SQL Server 2005 "Stopwords" replace "noise words".
Also, starting with SQL Server 2008, the noise-word files are no longer used.
In view of your requirements, may I suggest the following steps:
1. Drop all your stop words.
2. Repopulate your Full-Text Catalog
3. Retry.
I also suggest you read up on the following articles:
Stopwords and Stoplists
http://msdn.microsoft.com/en-us/library/ms142551.aspxWord Breakers and Stemmers
http://msdn.microsoft.com/en-us/library/ms142509.aspx