Re: Noise Words
- From: "Hilary Cotter" <hilary.cotter@xxxxxxxxx>
- Date: Tue, 2 Oct 2007 23:10:47 -0400
Not in SQL 2000. It bombs on this message. You will have to trim this noise
word out from your query or remove it from your noise word list.
--
RelevantNoise.com - dedicated to mining blogs for business intelligence.
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
<toddwprice@xxxxxxxxx> wrote in message
news:1191362145.406220.303090@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This query returns several rows:
SELECT *
FROM ContainsTable(Article, *, '"Working" AND "Women" AND "Healthy"')
But this one returns none:
SELECT *
FROM ContainsTable(Article, *, '"Working" AND "Women" AND "Healthy"
AND "Are"')
I get the informational 'The full-text search condition contained
noise word(s).' on the second query, so the word "Are" must be in the
noise words file.
My question is this: if "Are" is a noise word, why does it affect my
query results? Shouldn't I get the exact same number of results for
each query?
.
- Follow-Ups:
- Re: Noise Words
- From: toddwprice
- Re: Noise Words
- References:
- Noise Words
- From: toddwprice
- Noise Words
- Prev by Date: Noise Words
- Next by Date: msftesql.exe uses 100% on all CPUs
- Previous by thread: Noise Words
- Next by thread: Re: Noise Words
- Index(es):
Relevant Pages
|