Re: how to make fuzzy search on ntext field
- From: "Hilary Cotter" <hilary.cotter@xxxxxxxxx>
- Date: Mon, 4 Sep 2006 11:57:37 -0400
No, you could use full-text search and make it fuzzy by using the thesaurus
option. For example if you want to search on center and have it also return
hits to centre you would make centre and expansion of center in your
thesaurus file.
--
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
"Ray" <Ray@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:980DA353-8AD4-438E-9B03-9B020BECBD04@xxxxxxxxxxxxxxxx
Since difference and soundex functions can't be used with ntext.
How can i make fuzzy search to a fully indexed text database field that
has
ntext as data type ?
any special tricks ? or do i have to change it to nvarchar to make it work
?
.
- Prev by Date: containstable noise words
- Next by Date: weighting different fields in FTcatalog?
- Previous by thread: Re: how to make fuzzy search on ntext field
- Next by thread: Re: how to make fuzzy search on ntext field
- Index(es):
Loading