MySQL Full-Text Search

MySQL Full-Text Search

 MySQL Full-Text Search



In this section, you will learn how to use MySQL's full-text search feature. MySQL full-text search provides a simple way to implement various advanced search techniques such as natural language search, Boolean text search, and query expansion.


Introduction to MySQL Full-Text Search

Gives you a brief introduction to MySQL full-text search and its features.

Creating FULLTEXT Indexes for Full-Text Search

In this tutorial, you will learn how to create a full-text index for columns in a table before you can perform full-text searches

MySQL Natural Language Full-Text Searches

In natural language search, MySQL looks for rows or documents which are relevant to the free-text natural human language query.

MySQL Boolean Full-Text Searches

You will learn about MySQL Boolean full-text search and its main features. We will give you some examples to help you understand the concept better.

MySQL Query Expansion

We show you a very important feature of MySQL full-text search which is known as Query Expansion.

MySQL ngram Full-Text Parser

This tutorial shows you how to use MySQL ngram full-text parser to support full-text searches for ideographic languages such as Chinese, Japanese, Korean, etc.
Reactions

Post a Comment

0 Comments

close