Re: Ignored Words Problem
From: John Kane (jt-kane_at_comcast.net)
Date: 05/18/04
- Next message: John Kane: "Re: Containstable ranking with pdf-files"
- Previous message: sdr: "Re: Containstable ranking with pdf-files"
- In reply to: news.microsoft.com: "Re: Ignored Words Problem"
- Next in thread: Hilary Cotter: "Re: Ignored Words Problem"
- Reply: Hilary Cotter: "Re: Ignored Words Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 07:23:12 -0700
Farhan,
A bit more info on this "by design" error. This is a common issue for SQL
Server 2000 Full-text Search (FTS) in that words that are contained in the
noise word files (noise.*, where * represents a 3 letter language extension)
located in the folder \FTDATA\SQLServer\Config where you have SQL Server
2000 installed. The file Schema.Txt has the 3 letter language extension that
related to specific language, for example noise.enu is US_English, noise.eng
is UK_English and noise.dat is for when you use the Neutral "Language for
Word Breaker". You can edit these files with notepad.exe and remove the word
"between", however you will need to stop the "Microsoft Search" (mssearch)
service before saving the file. Once you've made your change, you should run
a Full Population on all of your FT Catalog on the server.
Regards,
John
"news.microsoft.com" <oleg@opel.com.ua> wrote in message
news:esMAPfKPEHA.308@TK2MSFTNGP11.phx.gbl...
>
> Look on file noise.dat or noise.<your language>
> And edit it if you need.
>
> Regards,
> Oleg Cherkasenko
>
>
> "Farhan Iqbal" <mr_farhaniqbal@hotmail.com> wrote in message
> news:%23lXjpbKPEHA.2636@TK2MSFTNGP10.phx.gbl...
> > Hi,
> > i have problem with full-text search.
> > I make full-text catalog and i run this query:
> >
> > SELECT * FROM tmp WHERE CONTAINS(Full_Text_Search, 'between')
> >
> > and i receive error
> > Server: Msg 7619, Level 16, State 1, Line 1
> > Execution of a full-text operation failed. A clause of the query
contained
> > only ignored words.
> >
> > help Please
> >
> >
>
>
- Next message: John Kane: "Re: Containstable ranking with pdf-files"
- Previous message: sdr: "Re: Containstable ranking with pdf-files"
- In reply to: news.microsoft.com: "Re: Ignored Words Problem"
- Next in thread: Hilary Cotter: "Re: Ignored Words Problem"
- Reply: Hilary Cotter: "Re: Ignored Words Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|