all groups > sql server full text search > june 2004 >
You're in the

sql server full text search

group:

2 Servers - 2 sets of results : issues after DB move


2 Servers - 2 sets of results : issues after DB move matt NO[at]SPAM vistaseeker.com
6/23/2004 3:13:18 PM
sql server full text search: I had a fulltext index set up nicely on server 1. Searches returning
correct results. Did a backup / restore to server 2. Dropped /
Rebuilt the fulltext indexes.

Now, the EXACT same phrases fail with the "ignored words" error. I
can run the same exact sproc on server1, get perfect results. Run it
on server 2, fails every time.

the phrase is quite specific:
CONTAINTS(*,"Mover NEAR has NEAR halted NEAR due NEAR to NEAR an NEAR
abort NEAR request")

Re: 2 Servers - 2 sets of results : issues after DB move Hilary Cotter
6/23/2004 9:09:16 PM
you have to edit your noise word list. Go to a command prompt and type net
stop mssearch. Then go to c:\Program Files\Microsoft SQL
Server\mssql\ftdata\sqlserver\config. Then edit the noise.enu file and
remove has, an, to from it. I take it you are living in America. If you are
living in the UK edit noise.eng

Then start up your mssearch again (at a command prompt issue a net start
mssearch), and do a full population.

--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


[quoted text, click to view]

Re: 2 Servers - 2 sets of results : issues after DB move Hilary Cotter
6/23/2004 9:11:58 PM
try this

http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&c2coff=1&safe=off&selm=eapJTswnBHA.2384%40tkmsftngp02


--
Hilary Cotter
Looking for a book on SQL Server replication?
http://www.nwsu.com/0974973602.html


[quoted text, click to view]

AddThis Social Bookmark Button