Tag

Full-Text Search

0 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
Jun 6, 2025 · Databases

Master MySQL Full-Text Search: Inverted Indexes, Queries, and Best Practices

This article explains how MySQL's InnoDB engine implements full‑text search using inverted indexes, shows how to create and use full‑text indexes with various query modes, demonstrates Boolean operators and query expansion, and covers index removal techniques.

DatabaseFull-Text SearchInverted Index
0 likes · 12 min read
Master MySQL Full-Text Search: Inverted Indexes, Queries, and Best Practices
php中文网 Courses
php中文网 Courses
May 16, 2025 · Backend Development

Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search

This tutorial explains how to install Xunsearch, integrate it with PHP, index music data, and perform efficient full‑text song searches on a music website, providing step‑by‑step code examples and best practices for improving search relevance and speed.

BackendFull-Text SearchMusic Site
0 likes · 5 min read
Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search
php中文网 Courses
php中文网 Courses
May 14, 2025 · Backend Development

Integrating Xunsearch Full-Text Search Engine with PHP for a Music Website

This article explains how to install the Xunsearch full‑text search engine, integrate it with PHP, create search objects, set queries, index music data from a database, and process results to improve song search functionality on a music website.

Full-Text SearchMusic WebsitePHP
0 likes · 4 min read
Integrating Xunsearch Full-Text Search Engine with PHP for a Music Website
Java Captain
Java Captain
Apr 20, 2025 · Databases

RediSearch: Introduction, Features, Benchmarks, Installation, and CLI Operations

This article introduces RediSearch, a Redis module for full‑text search, outlines its many features, compares its indexing and query performance with Elasticsearch, provides installation methods (source and Docker), and demonstrates command‑line operations for creating indexes, adding documents, searching, and managing indexes.

Full-Text SearchInstallationRediSearch
0 likes · 13 min read
RediSearch: Introduction, Features, Benchmarks, Installation, and CLI Operations
php中文网 Courses
php中文网 Courses
Apr 7, 2025 · Backend Development

Integrating Xunsearch Full-Text Search Engine with PHP for a Music Website

This tutorial explains how to install Xunsearch, integrate it with PHP, create search objects, execute queries, and index music data to improve song search performance on a music website, providing complete code examples and step‑by‑step instructions.

Full-Text SearchMusic SitePHP
0 likes · 5 min read
Integrating Xunsearch Full-Text Search Engine with PHP for a Music Website
Cognitive Technology Team
Cognitive Technology Team
Mar 26, 2025 · Databases

InnoDB Index Types, Physical Structure, Sorted Index Build, and Full‑Text Indexing

This article explains InnoDB clustered and secondary indexes, their physical B‑tree storage, page‑size and fill‑factor settings, the three‑phase sorted index build process, and the design, tables, cache, document‑ID handling, transaction semantics, and monitoring of InnoDB full‑text indexes.

Database DesignFull-Text SearchIndexes
0 likes · 17 min read
InnoDB Index Types, Physical Structure, Sorted Index Build, and Full‑Text Indexing
Architecture Digest
Architecture Digest
Mar 24, 2025 · Backend Development

Comprehensive Guide to RediSearch: Features, Installation, and Query Operations

RediSearch is a Redis module that provides full‑text search, secondary indexing, and query capabilities; this guide introduces its features, compares performance with Elasticsearch, details installation via source and Docker, and demonstrates index creation, document management, and advanced search queries with code examples.

BackendDockerElasticsearch Comparison
0 likes · 14 min read
Comprehensive Guide to RediSearch: Features, Installation, and Query Operations
Selected Java Interview Questions
Selected Java Interview Questions
Mar 9, 2025 · Backend Development

Introduction to Manticore Search: Features, Performance, and Usage

Manticore Search is a high‑performance, open‑source C++ search engine that builds on Sphinx, offering real‑time indexing, SQL support, distributed search, and significant speed advantages over Elasticsearch, with simple installation via Linux packages or Docker and extensive plugin ecosystems for various applications.

DockerFull-Text SearchManticore Search
0 likes · 6 min read
Introduction to Manticore Search: Features, Performance, and Usage
Architecture Digest
Architecture Digest
Jan 21, 2025 · Databases

Manticore Search: High‑Performance Open‑Source Search Engine Overview and Usage

Manticore Search is a high‑performance, open‑source C++ search engine that improves upon Sphinx, offering fast full‑text search, SQL compatibility, Docker deployment, and extensive performance advantages over Elasticsearch, with detailed usage examples and code snippets.

DockerFull-Text SearchManticore Search
0 likes · 7 min read
Manticore Search: High‑Performance Open‑Source Search Engine Overview and Usage
php中文网 Courses
php中文网 Courses
Dec 9, 2024 · Backend Development

Implement Real-Time Search and Automatic Index Updating with PHP and Xunsearch

This article provides a step‑by‑step guide on setting up Xunsearch with PHP to achieve real‑time full‑text search and automatic index updates, covering environment preparation, server installation, search script implementation, and index‑updating routines.

Full-Text SearchIndexingPHP
0 likes · 4 min read
Implement Real-Time Search and Automatic Index Updating with PHP and Xunsearch
Selected Java Interview Questions
Selected Java Interview Questions
Nov 18, 2024 · Databases

RediSearch Overview: Features, Benchmarks, Installation, and Command‑Line Operations

This article introduces RediSearch—a Redis module for full‑text search—detailing its features, performance comparison with Elasticsearch, index‑building and query benchmarks, installation methods (source and Docker), and comprehensive command‑line examples for creating, querying, updating, and managing indexes.

Full-Text SearchIndexingRediSearch
0 likes · 13 min read
RediSearch Overview: Features, Benchmarks, Installation, and Command‑Line Operations
php中文网 Courses
php中文网 Courses
Nov 18, 2024 · Backend Development

Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search

This tutorial explains how to install Xunsearch, integrate it with PHP, index music data, and perform fast, accurate full‑text searches for songs on a music website, providing code examples and best practices for improving search performance.

Full-Text SearchMusic SitePHP
0 likes · 5 min read
Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search
php中文网 Courses
php中文网 Courses
Oct 21, 2024 · Backend Development

Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search

This tutorial explains how to install Xunsearch, integrate it with PHP, index music data, and perform fast, accurate full‑text searches for songs on a music website, improving user experience and search performance.

BackendFull-Text SearchMusic Site
0 likes · 5 min read
Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search
php中文网 Courses
php中文网 Courses
Oct 16, 2024 · Backend Development

Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search

This article explains how to install Xunsearch, integrate it with PHP, index music data, and perform fast, accurate song searches on a music website, providing step‑by‑step code examples and a concluding overview of its benefits.

Full-Text SearchMusic Sitebackend development
0 likes · 5 min read
Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search
macrozheng
macrozheng
Oct 8, 2024 · Databases

Why RediSearch Beats Elasticsearch on Low‑End Servers: A Hands‑On Comparison

This article introduces RediSearch, compares its memory usage and query performance with Elasticsearch on modest hardware, shows installation steps, demonstrates core index commands and Java integration, and concludes with practical advice on using RediSearch as a lightweight full‑text search engine.

ElasticsearchFull-Text SearchJava
0 likes · 11 min read
Why RediSearch Beats Elasticsearch on Low‑End Servers: A Hands‑On Comparison
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
php中文网 Courses
php中文网 Courses
Aug 27, 2024 · Backend Development

Integrating Xunsearch with PHP for Music Site Song Search

This tutorial explains how to install Xunsearch, integrate it with PHP, index song data, and perform full‑text searches to improve the search experience on a music website, providing code examples and best practices for efficient backend search implementation.

Full-Text SearchMusic SitePHP
0 likes · 5 min read
Integrating Xunsearch with PHP for Music Site Song Search