Won't ignore noise words, even after editing noise.enu -- HELP!
- From: markdavies2003@xxxxxxx
- Date: 10 Jan 2007 15:29:53 -0800
I'm trying to get SQL Server to ignore the noise words for the
Full-Text indexed content in a given column. I've edited the noise.eng
and noise.enu files in the c:\winnt\system32 directory so they only
have one word: qxqxqxq. So any other words will not be ignore and will
get get indexed, right?
But it's not working. After dropping the existing FT index, editing the
noise file, re-starting the SQL Server Full-Text and SQL Server
services, and then creating a new FT index, it still ignores what it
thinks are noise words. For example, I search for "as far as":
CONTAINS (colName, '"as far as"'))
but it finds all rows with "far", whether or not they have "as far as"
-- it just ignores "as", since it still considers this a noise word.
I've also tried changing the default FT Index langauge to something
besides English, like Chinese -- thinking that "as" probably isn't a
Chinese noise word (Server / Properties / Advanced / Default Full-Text
Language; changing 1033 to 1028). But same problem, even after starting
and re-starting services, etc etc.
I've spent four hours on this now, and no luck. Any suggestions? Thanks
in advance.
Mark D.
.
- Follow-Ups:
- Re: Won't ignore noise words, even after editing noise.enu -- HELP!
- From: Hilary Cotter
- Re: Won't ignore noise words, even after editing noise.enu -- HELP!
- From: markdavies2003
- Re: Won't ignore noise words, even after editing noise.enu -- HELP!
- Prev by Date: Re: SQL2005 fulltext backup
- Next by Date: Re: Won't ignore noise words, even after editing noise.enu -- HELP!
- Previous by thread: Can't change filegroup
- Next by thread: Re: Won't ignore noise words, even after editing noise.enu -- HELP!
- Index(es):
Relevant Pages
|