Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / October 2005

Tip: Looking for answers? Try searching our database.

ignored words...how to configure

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gordowey - 24 Oct 2005 22:26 GMT
I am looking for "ABOUT" and i get this 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.

how can i get around this error?

How can I exclude "about" from the reserved word, sinde is the name of
a magazine that I want to be able to search in my data base..

thanks
John Kane - 25 Oct 2005 06:06 GMT
Gordowey,
Could you provide the full output of -- SELECT @@version -- from the server
where you're getting this error? This info is helpful in troubleshooting SQL
FTS issues. Are you using CONTAINS or FREETEXT. If the former, have you
removed "have" from the language-specific noise word file? Noise.enu = US
English and these files are located under \FTDATA\SQLServer\Config where you
have SQL Server installed. If your using CONTAINS, do you get the same error
with FREETEXT?

Thanks,
John
Signature

SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/

>I am looking for "ABOUT" and i get this error
>
[quoted text clipped - 8 lines]
>
> thanks
Gordowey - 25 Oct 2005 13:56 GMT
I am using this

SELECT @@version
Microsoft SQL Server  2000 - 8.00.760 (Intel X86)   Dec 17 2002
14:22:05   Copyright (c) 1988-2003 Microsoft Corporation  Enterprise
Edition on Windows NT 5.2 (Build 3790: )

and this query

select
[KEY] objDoc,
RANK RANK
from
CONTAINSTABLE(TAB_FULL_TEXT_NET, *, 'about', 300)

I tried to remove from the noise words file, but i got an error. Should
i stop my sql server for that (the file seem to be locked)

thnaks
Hilary Cotter - 25 Oct 2005 14:58 GMT
issue a net stop mssearch from the command line. Make your save, and then
restart mssearch. After you have completed this you should rebuild your
catalogs to be able to search on rows which contain the word about.

Signature

Hilary Cotter
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

> I am using this
>
[quoted text clipped - 15 lines]
>
> thnaks
Gordowey - 25 Oct 2005 16:22 GMT
Thanks very much!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.