Tag

search engine

1 views collected around this technical thread.

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.

Full-Text SearchMusic SitePHP
0 likes · 5 min read
Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search
macrozheng
macrozheng
Apr 21, 2025 · Backend Development

Boost Your App with Meilisearch: Fast, Lightweight Search Engine Tutorial

This guide introduces Meilisearch, a lightweight, fast search engine with RESTful API, covering its features, Docker installation, index and settings management, document operations, and advanced search queries, while also showcasing a real‑world SpringBoot‑Vue e‑commerce project that integrates Meilisearch for instant, accurate results.

DockerIndexingMeilisearch
0 likes · 10 min read
Boost Your App with Meilisearch: Fast, Lightweight Search Engine Tutorial
Linux Ops Smart Journey
Linux Ops Smart Journey
Mar 17, 2025 · Databases

Master Elasticsearch Index Aliases and Templates for Seamless Data Management

This guide explains how Elasticsearch index aliases and index templates work, illustrating their benefits for seamless index switching, grouping, view creation, and automated settings, and provides step‑by‑step code examples for creating, viewing, renaming, and deleting aliases and templates.

ILMIndex AliasIndex Template
0 likes · 5 min read
Master Elasticsearch Index Aliases and Templates for Seamless Data Management
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
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
HelloTech
HelloTech
Sep 20, 2024 · Big Data

Optimizing Elasticsearch Mapping to Reduce High CPU Usage: Challenges, Solutions, and Results

By refactoring the station‑profile index to eliminate over‑indexed and mis‑typed fields—cutting complex types from 282 to 74 and keywords from 67 to 59—the team lowered CPU peaks from 60 % to 50 %, reduced average CPU to 20 %, cut query latency to 150 ms, accelerated Flink sync to 10 minutes, and decommissioned two nodes, achieving substantial performance gains and cost savings.

CPU performanceIndexingMapping Optimization
0 likes · 10 min read
Optimizing Elasticsearch Mapping to Reduce High CPU Usage: Challenges, Solutions, and Results
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
php中文网 Courses
php中文网 Courses
Aug 22, 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, and index and query song data to improve search performance on a music website, providing step‑by‑step code examples and best practices.

Full-Text SearchMusic Sitebackend development
0 likes · 5 min read
Integrating Xunsearch Full-Text Search Engine with PHP for Music Site Song Search
High Availability Architecture
High Availability Architecture
Aug 16, 2024 · Big Data

Introduction to Elasticsearch: Core Concepts, Query Types, Pagination, and Data Synchronization

This article provides a comprehensive overview of Elasticsearch, covering its distributed storage architecture, core data model concepts, analysis and query capabilities, practical next‑token pagination techniques, join strategies, and various data synchronization methods for integrating Elasticsearch with other systems.

Data SynchronizationDistributed StorageQuery DSL
0 likes · 13 min read
Introduction to Elasticsearch: Core Concepts, Query Types, Pagination, and Data Synchronization
php中文网 Courses
php中文网 Courses
Jul 3, 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 song data, and perform fast, accurate full‑text searches on a music website, providing code examples and best‑practice tips for backend developers.

Full-Text SearchMusic SitePHP
0 likes · 5 min read
Integrating Xunsearch Full‑Text Search Engine with PHP for Music Site Song Search
IT Services Circle
IT Services Circle
Jun 24, 2024 · Databases

Understanding Elasticsearch Architecture: Inverted Index, Term Dictionary, Segments, and Distributed Search

This article explains how Elasticsearch transforms simple keyword matching into a high‑performance, scalable search engine by using inverted indexes, term dictionaries, posting lists, term indexes, stored fields, doc values, segments, and distributed node architectures to achieve fast, reliable full‑text search on massive data sets.

Inverted IndexLuceneSegment
0 likes · 16 min read
Understanding Elasticsearch Architecture: Inverted Index, Term Dictionary, Segments, and Distributed Search
php中文网 Courses
php中文网 Courses
Jun 20, 2024 · Backend Development

Integrating Xunsearch with PHP for Fast and Accurate Search

This article explains how to install Xunsearch, create indexes, and implement search functionality using PHP, providing step‑by‑step instructions and sample code to enhance search speed and accuracy for developers building web applications.

Full-Text SearchIndexingPHP
0 likes · 4 min read
Integrating Xunsearch with PHP for Fast and Accurate Search
Python Programming Learning Circle
Python Programming Learning Circle
May 25, 2024 · Backend Development

Introduction to Whoosh: A Lightweight Python Search Library with Example Code

This article introduces the lightweight Python search library Whoosh, outlines its features, explains how to define schemas, create indexes, and perform queries with example code, and compares it to larger search engines, making it suitable for small search projects.

Example CodeFull-Text SearchIndexing
0 likes · 7 min read
Introduction to Whoosh: A Lightweight Python Search Library with Example Code
DevOps Operations Practice
DevOps Operations Practice
May 23, 2024 · Big Data

Understanding Elasticsearch: Architecture, Core Concepts, and How It Works

This article introduces Elasticsearch, an open‑source distributed search and analytics engine, explaining its architecture, core concepts such as clusters, nodes, shards, replicas, indices, inverted indexes, documents and fields, and how these components enable fast, scalable searching and data analysis.

Indexingbig datadistributed systems
0 likes · 7 min read
Understanding Elasticsearch: Architecture, Core Concepts, and How It Works
Didi Tech
Didi Tech
May 14, 2024 · Databases

Didi Elasticsearch Overview: Architecture, Deployment, Performance, and Operations

Didi’s Elasticsearch platform, built on ES 7.6 and deployed on physical machines with containerized gateway and control layers, provides a multi‑tenant, high‑performance search service—featuring a user console, operational controls, ZGC‑based latency reductions, cost‑saving compression, custom security, real‑time cross‑datacenter replication, and a roadmap toward ES 8.13.

DidiMulti-tenancyPerformance Optimization
0 likes · 17 min read
Didi Elasticsearch Overview: Architecture, Deployment, Performance, and Operations
JD Retail Technology
JD Retail Technology
Apr 24, 2024 · Backend Development

Design and Optimization of JD Advertising Retrieval Platform: Adaptive Compute Allocation, High‑Efficiency Search Engine, and Platform‑Scale Infrastructure

The article presents a comprehensive overview of JD's advertising retrieval platform, detailing how it balances limited compute resources with massive data through adaptive compute allocation, distributed execution graphs, elastic systems, and multi‑stage algorithmic improvements to achieve high‑performance, scalable ad matching.

JD.comadvertisingcompute optimization
0 likes · 22 min read
Design and Optimization of JD Advertising Retrieval Platform: Adaptive Compute Allocation, High‑Efficiency Search Engine, and Platform‑Scale Infrastructure
Top Architect
Top Architect
Apr 18, 2024 · Big Data

Understanding ElasticSearch Architecture and Its Underlying Lucene Mechanics

This article provides a comprehensive, top‑down and bottom‑up explanation of ElasticSearch’s core architecture, detailing nodes, shards, Lucene segments, inverted indexes, stored fields, document values, caching, query processing, routing, and scaling considerations for efficient search operations.

Inverted IndexLuceneSharding
0 likes · 10 min read
Understanding ElasticSearch Architecture and Its Underlying Lucene Mechanics