MySQL Full-Text Search

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

Sponsored Links
  • Introduction to MySQL Full-text Search

    Gives you a brief introduction to MySQL Full-text Search and its features.

  • Activating Full-text Searching

    In this tutorial, you will learn how to activate full-text searching for columns in a database table so you can perform full-text search on data of those columns.

  • Natural Language Search

    Basically in natural language search, MySQL looks for rows or documents which are relevant to the free-text natural human language query, for example "How to use MySQL full-text search".

  • Boolean Text Searches

    In this tutorial, you will learn how to use Boolean text searches in MySQL.

  • Using MySQL Query Expansion

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

Sponsored Links