Tag

Boolean Mode

0 views collected around this technical thread.

Selected Java Interview Questions
Selected Java Interview Questions
Aug 27, 2024 · Databases

MySQL Full‑Text Search: Inverted Index, Query Modes, and Usage

This article explains how MySQL InnoDB implements full‑text search using inverted indexes, shows how to create and drop full‑text indexes, and demonstrates the three query modes—Natural Language, Boolean, and Query Expansion—along with their syntax, operators, relevance calculation, and practical examples.

Boolean ModeDatabaseFull-Text Search
0 likes · 11 min read
MySQL Full‑Text Search: Inverted Index, Query Modes, and Usage
Laravel Tech Community
Laravel Tech Community
Feb 4, 2024 · Databases

Understanding Full-Text Search and Inverted Indexes in MySQL InnoDB

This article explains how MySQL InnoDB implements full‑text search using inverted indexes, covers the creation and usage of FULLTEXT indexes, demonstrates various MATCH…AGAINST query modes such as natural language, boolean, and query expansion, and shows how to manage and delete full‑text indexes with practical SQL examples.

Boolean ModeFull-Text SearchInverted Index
0 likes · 10 min read
Understanding Full-Text Search and Inverted Indexes in MySQL InnoDB
Architecture Digest
Architecture Digest
Jan 23, 2024 · Databases

MySQL InnoDB Full‑Text Search: Inverted Index, Query Modes, and Practical Examples

This article explains how MySQL InnoDB implements full‑text search using inverted indexes, shows how to create and drop FULLTEXT indexes, and demonstrates natural language, boolean, and query‑expansion search modes with concrete SQL examples and operator details.

Boolean ModeDatabaseFull-Text Search
0 likes · 10 min read
MySQL InnoDB Full‑Text Search: Inverted Index, Query Modes, and Practical Examples
政采云技术
政采云技术
Jan 17, 2024 · Databases

Using MySQL 5.7 ngram Full-Text Search for Simple Text Retrieval

This article explains how to leverage MySQL 5.7's built‑in ngram full‑text parser to implement lightweight Chinese full‑text search, covering configuration, index creation, query modes, operator usage, and performance considerations.

Boolean ModeFull-Text SearchMySQL
0 likes · 12 min read
Using MySQL 5.7 ngram Full-Text Search for Simple Text Retrieval
Selected Java Interview Questions
Selected Java Interview Questions
May 9, 2022 · Databases

Understanding MySQL InnoDB Full-Text Search and Inverted Indexes

This article explains how MySQL InnoDB implements full‑text search using inverted indexes, covers creation and usage of full‑text indexes, demonstrates natural language, boolean, and query‑expansion modes, and shows how to delete full‑text indexes with practical SQL examples.

Boolean ModeDatabaseFull-Text Search
0 likes · 11 min read
Understanding MySQL InnoDB Full-Text Search and Inverted Indexes
Architect's Tech Stack
Architect's Tech Stack
Mar 3, 2022 · Databases

Understanding MySQL InnoDB Full-Text Search and Inverted Index

This article explains why traditional B‑Tree indexes fail for keyword searches, introduces the concept of inverted indexes, shows how to create and use MySQL InnoDB full‑text indexes with MATCH‑AGAINST in various modes, and covers index maintenance and query‑expansion techniques.

Boolean ModeDatabaseFull-Text Search
0 likes · 12 min read
Understanding MySQL InnoDB Full-Text Search and Inverted Index
Aikesheng Open Source Community
Aikesheng Open Source Community
Jun 23, 2021 · Databases

Using MySQL Ngram Plugin to Enable Accurate Full‑Text Search for Chinese Text

This article explains why MySQL's default full‑text index struggles with Chinese, demonstrates how to configure token size parameters, activate the ngram parser plugin, and adjust queries (including Boolean mode) to achieve reliable Chinese full‑text search results.

Boolean ModeFull-Text SearchMySQL
0 likes · 12 min read
Using MySQL Ngram Plugin to Enable Accurate Full‑Text Search for Chinese Text
Aikesheng Open Source Community
Aikesheng Open Source Community
May 26, 2021 · Databases

Practical Guide to Using MySQL Full-Text Indexes

This article explains MySQL full‑text indexing, compares its syntax with ordinary SQL, demonstrates how to create and query a full‑text index using natural language, boolean, and query‑expansion modes, and shows performance differences through execution‑plan analysis and relevance ranking.

Boolean ModeFull-Text IndexMySQL
0 likes · 9 min read
Practical Guide to Using MySQL Full-Text Indexes