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 / August 2005

Tip: Looking for answers? Try searching our database.

Wild Card Search

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sathian - 30 Aug 2005 12:37 GMT
Hello All,

We implement the wild card search using 'Contains' in full Text Search.
However the search with the word portion within the word could not be
achieved
In otherwords if I seach with the key word 'plan' the test result should
include the record having the word 'Testplan'.
Is this possible in Full Text Search? (Currently if we search for 'test' it
gives the result with  the word 'Testplan'.)
Please give us an idea, if possible.

Thanks in anticipation

Sathian
Daniel Crichton - 30 Aug 2005 12:43 GMT
Sathian wrote  on Tue, 30 Aug 2005 17:07:07 +0530:

> Hello All,
>
[quoted text clipped - 6 lines]
> it gives the result with  the word 'Testplan'.)
> Please give us an idea, if possible.

FTS allows searching on the start of words only (eg. plan* will find all
words that start with plan, or where the entire word is plan), not parts in
the middle or at the end. You will need to revert to using LIKE against the
column to do this, or if you only want to look for the ends of words and
require FTS then duplicate the column in reverse order and add to your FTS
catalog (so for each row you have 2 columns that are indexed, one being the
original data, one being the same data in reverse character order).

Dan
Hilary Cotter - 30 Aug 2005 15:45 GMT
You can also use the Thesaurus option in SQL 2005 (supported) and SQL 2000
(unsupported) to expand searches on plan to search on testplan as well as
plan. This will work if you know in advance all the prefixes you wish to
search for.

Check this link out for more info:

http://www.indexserverfaq.com/sqlthesaurus.htm

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

> Sathian wrote  on Tue, 30 Aug 2005 17:07:07 +0530:
>
[quoted text clipped - 18 lines]
>
> Dan
 
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.