SQL Server full-text indexing

Source: Internet
Author: User

Reading less, the first contact with this concept, think very interesting, take to summarize.

So what is a full-text index?

Let's explain what the index is. indexes, using indexes to quickly access specific information in a database table. An index is a structure that sorts the values of one or more columns in a database table.

With an index, you can improve efficiency when you query. There is no doubt that full-text indexing is also to improve the efficiency of queries, then what is the difference between them?

For example, a structure similar to:


You set up the index in the Newstitle column, then you query where newstitle= ' interesting news headlines 1 ' will improve efficiency. So what about the index?

The query title contains the keyword "news" or "haha" and other phrases when playing a role!

So how do you build a full-text index?

1. Create a new full-text catalog


I'm going to call Fulltext here.

2. Create a new full-text index on the t_news on the table


3. Then continue to the next step, select the index column you want to add.


5. Then complete the next step.

Let's see what happens next.




Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

SQL Server full-text indexing

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.