Tag

Boost

1 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Jul 22, 2020 · Backend Development

Practical Optimization of Elasticsearch Search Ranking

The article explains how to systematically improve Elasticsearch search relevance by fine‑tuning Query DSL with filters, phrase matching, and boosts, incorporating static scoring via function_score, adjusting BM25 similarity parameters, and using diagnostics like _explain to iteratively achieve higher ranking quality.

BM25BoostElasticsearch
0 likes · 17 min read
Practical Optimization of Elasticsearch Search Ranking
Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 31, 2020 · Databases

Installing and Using the MySQL Test Framework for Unit, Regression, and Consistency Testing

This guide explains what the MySQL Test framework is, how to set up the required environment on Ubuntu, install dependencies and MySQL source, configure and compile the test suite, and demonstrates creating and running a simple test case with detailed command‑line examples.

BoostCMakeLinux
0 likes · 8 min read
Installing and Using the MySQL Test Framework for Unit, Regression, and Consistency Testing