首页 > 其他 > 详细

FULL TEXT SEARCH

时间:2014-11-21 12:03:07      阅读:332      评论:0      收藏:0      [点我收藏+]

1.

bubuko.com,布布扣

 

During data access through Information Access Service, Fuzzy Search queries are routed to the search engine, while linguistic processing is handled by the text proccessor.

2.

bubuko.com,布布扣

 

For data type TEXT and SHORTTEXT,  the index creation is done during table creation, for data type VARCHAR  NVARCHAR or CLOB and index has to be created manually post table creation.

Full text indexes can not be created DATE data type columns.

 

The syntax used to enable Full Text index on TEXT and SHORTTEXT is the following:

  bubuko.com,布布扣

   it is currently not possible to change these settings at a later point in time by using ALTER TABLE command.

The syntax used to enable Full Text index on VARCHAR, NVARCHAR or CLOB is following:

   bubuko.com,布布扣

   this can be changed at a later point in time bu using ALTER FULLTEXT INDEX command.

3.

 You call Fulltext Search by using the CONTAINS() function in the where-clause of a select statement.

 Without the Fuzzy option the search will only return results that contain the exact phrase searched for.

    bubuko.com,布布扣

  you can call the fuzzy search by using the CONTAINS() function with the FUZZY() option in the WHERE-clause of a select statement.

    bubuko.com,布布扣

    if set to for example 0.6, no matches lowere than 0.6 will be returned. Default is 0.8.

FULL TEXT SEARCH

原文:http://www.cnblogs.com/grantliu/p/4112222.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!