Tag

keyword search

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Feb 18, 2024 · Backend Development

Implementing Information Retrieval and SEO with PHP

This article explains the fundamentals of information retrieval and search engine optimization and provides practical PHP code examples for keyword search, full‑text search, and common SEO techniques such as keyword, internal, and external link optimization.

Backend DevelopmentFull-Text SearchPHP
0 likes · 7 min read
Implementing Information Retrieval and SEO with PHP
php中文网 Courses
php中文网 Courses
Aug 31, 2023 · Backend Development

Implementing Information Retrieval and SEO with PHP

This article explains the fundamentals of information retrieval and search engine optimization, demonstrating how to implement keyword and full‑text search using PHP and MySQL, and presenting practical PHP techniques for keyword, internal, and external link optimization to improve website visibility.

Backend DevelopmentFull-Text Searchinformation retrieval
0 likes · 6 min read
Implementing Information Retrieval and SEO with PHP
IT Architects Alliance
IT Architects Alliance
May 17, 2022 · Backend Development

Using Elasticsearch for File Upload, Indexing, and Keyword Search with Ingest Attachment Plugin

This article explains how to implement file upload, download, and precise keyword search for Word, PDF, and txt documents using Elasticsearch, covering environment setup, ingest‑attachment preprocessing, index mapping, Java code for uploading and querying, Chinese analysis with IK analyzer, and highlighting of results.

ElasticsearchFile UploadIK Analyzer
0 likes · 13 min read
Using Elasticsearch for File Upload, Indexing, and Keyword Search with Ingest Attachment Plugin
Top Architect
Top Architect
May 16, 2022 · Backend Development

Implementing File Upload and Keyword Search with Elasticsearch and Ingest Attachment Plugin

This article demonstrates how to use Elasticsearch, its ingest‑attachment plugin, and the IK analyzer to upload various file types, preprocess them, store them in an index, and perform accurate keyword searches with highlighting, providing complete Java code examples and configuration steps.

ElasticsearchFile UploadIK Analyzer
0 likes · 13 min read
Implementing File Upload and Keyword Search with Elasticsearch and Ingest Attachment Plugin
Architect
Architect
Apr 27, 2022 · Big Data

File Upload, Download, and Keyword Search with Elasticsearch

This article demonstrates how to use Elasticsearch, along with plugins like ingest-attachment, Kibana, and Elasticsearch-head, to build a system that supports file upload and download, preprocesses various file types (txt, pdf, word), extracts text for precise keyword search, and highlights results using the ik analyzer.

ElasticsearchFile UploadIK Analyzer
0 likes · 13 min read
File Upload, Download, and Keyword Search with Elasticsearch