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 / January 2007

Tip: Looking for answers? Try searching our database.

Train FTS / FormsOf(Inflectional,...)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Raterus - 30 Jan 2007 16:49 GMT
I use the FORMSOF(INFLECTIONAL, ...) when I create my searches from a user's entry.  A coworker has just pointed out that when she searches for "financial", the search does not return matches with the word "financials" it it.

Is it possible to add this word pair to Full-Text search, or update the dictionary FTS uses?

I'm using SQL Server 2k

Thanks,
--Michael
Hilary Cotter - 30 Jan 2007 17:04 GMT
No, its not possible. The problem is financial is an adjective. Financials
is not proper English, however it has come into our language as a noun, for
example Oracle Financials.

So strictly speaking these words are not related, searching on financial
should not return hits to financials, similarly searching on train (in the
context of steam training) should not match with training (i.e. I am
training for a marathon).

What language are you searching in?

You could use the thesaurus option in a Freetext search for this
functionality or write your own word breaker.
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 use the FORMSOF(INFLECTIONAL, ...) when I create my searches from a user's
entry.  A coworker has just pointed out that when she searches for
"financial", the search does not return matches with the word "financials"
it it.

Is it possible to add this word pair to Full-Text search, or update the
dictionary FTS uses?

I'm using SQL Server 2k

Thanks,
--Michael
Raterus - 30 Jan 2007 18:41 GMT
Thanks Hilary,
I'm searching in English.  It's not a big deal to me if I can't do this.  It's an isolated incident, caught by the person who administers our internal knowledgebase.  I told her a workaround (which is to add both financial and financials) to the list of keywords for the article, and everything is ok now.

--Michael

> No, its not possible. The problem is financial is an adjective. Financials
> is not proper English, however it has come into our language as a noun, for
[quoted text clipped - 21 lines]
> Thanks,
> --Michael
 
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.