all groups > sql server full text search > may 2005 >
You're in the

sql server full text search

group:

SP4 and FT - can not find some words. Help...


SP4 and FT - can not find some words. Help... Oleg Cherkasenko
5/13/2005 12:00:00 AM
sql server full text search: On the SQLServer SP3 my stored procedure worked fine.
I have install SP4 and rebuild FT catalogs. I dont delete and create new,
but only rebuild.

Now for example, I entered word 'putin' and 'rasputin' into table with ft
indexed column.

Stored procedure found word 'putin'
1.select * from dbo.strings_catalog xp where
CONTAINS(xp.*,'FORMSOF(INFLECTIONAL,putin)')
2.select * from dbo.strings_catalog xp where CONTAINS(xp.*,'putin')
and can not find
1.select * from dbo.strings_catalog xp where
CONTAINS(xp.*,'FORMSOF(INFLECTIONAL,rasputin)')
2.select * from dbo.strings_catalog xp where CONTAINS(xp.*,'rasputin')


If I update record
Update dbo.strings_catalog set name='putin' where 'rasputin'
then ok, this records found also.
After this:
Update dbo.strings_catalog set name='rasputin' where 'putin'
this record not found.








Re: SP4 and FT - can not find some words. Help... Oleg Cherkasenko
5/13/2005 12:00:00 AM
May be this: ???
http://www.dbforums.com/archive/index.php/t-1150044.html


[quoted text, click to view]

Re: SP4 and FT - can not find some words. Help... Hilary Cotter
5/13/2005 9:54:35 PM
Did you try some of the suggestions in the post, and did they work for you?

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

[quoted text, click to view]

Re: SP4 and FT - can not find some words. Help... Oleg Cherkasenko
5/19/2005 5:18:00 PM
I have deleted and created FT catalogs. Then full populated and start change
trackimg, background updating.
Now its look like working.


[quoted text, click to view]

AddThis Social Bookmark Button