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 / May 2008

Tip: Looking for answers? Try searching our database.

Full Text Search of mulitple language using Neutral Word Breaker

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Soh Chee King - 09 May 2008 02:13 GMT
Hi,

 To enable support of FTS of multiple languages, we are using neutral word
breaker in ms sql 2000 for our application.

 Unfortunately, there seems to be a limitation in the word breaker. It does
not support part content of words which is crucial for chinese search.

 Is there a fix or alternative solution for searching both chinese and
english characters?
Hilary Cotter - 09 May 2008 12:31 GMT
No, they should be stored in different columns and use different word
breakers for each column.
> Hi,
>
[quoted text clipped - 7 lines]
>  Is there a fix or alternative solution for searching both chinese and
> english characters?
Soh Chee King - 12 May 2008 03:39 GMT
Hi Hilary,

 If a column contains both chinese and english characters (E.g. I will not
be able to split the information into one column chinese and one column
english), I will not be able to search across the two languages?

 Even if I store in different columns, it will still be the same content
(With english and chinese characters) and the search will not be correct.

Please advise.

Thanks.

> No, they should be stored in different columns and use different word
> breakers for each column.
[quoted text clipped - 9 lines]
> >  Is there a fix or alternative solution for searching both chinese and
> > english characters?
Hilary Cotter - 12 May 2008 11:54 GMT
You will be able to search on both languages, but the results will be
unpredicatable. If you use the Chinese word breaker on your index, the
English words might not be stored correctly in the index. If you use the
English word breaker the Chinese characters will not be stored correctly in
the index.

Then if you search in Chinese you will not find what you are looking for if
you index in English - English searches will work. If you search in Chinese
and index in Chinese Chinese searches will work and English FreeText
searches will not.

> Hi Hilary,
>
[quoted text clipped - 23 lines]
>> >  Is there a fix or alternative solution for searching both chinese and
>> > english characters?
 
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.