Unix Technical Forum

Full-text search for Japanese characters

This is a discussion on Full-text search for Japanese characters within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi there, I want to search Japanese characters with Full Text search function. I created a table (tbSearch) for ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 05:13 PM
Tracey
 
Posts: n/a
Default Full-text search for Japanese characters

Hi there,

I want to search Japanese characters with Full Text search function. I
created a table (tbSearch) for Full-text search on SQL 2000, English
Win2k Server. The table contains 4 fields, which are ID -- int,
primary key, identity; PageName -- nvarchar; Contents -- ntext;
Keywords -- ntext.

Defined a Full Text index and Full Text catalog in the Full Text Index
Wizards and selected "Neutral" from "Language for Word Breaker", the
table fields to be indexed were PageName, Contents and Keywords, then
ran a full population.

I executed some SQL statements as follows:
1. insert into tbSearch
VAULES(N'b"ww"p"w',N'b"ww "p"w',N'b"ww"p"w')
(ran a full population)

2. select N'PageName' from tbSearch where FREETEXT(*,
N'b"ww"p"w')

3. select N'PageName' from tbproduct where CONTAINS(*,
N'b"ww"p"w')

I got "no result".

Please give me some ideas.

Thank you very much!

Tracey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:44 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com