enterprise-search

Guide relevance tuning and query understanding for Elasticsearch and OpenSearch systems.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/vexjoy-agent --skill enterprise-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enterprise-search
Source: https://github.com/notque/vexjoy-agent/tree/main/skills/engineering/enterprise-search
Command: npx skills add https://github.com/notque/vexjoy-agent --skill enterprise-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enterprise search often ships with “it looks better” tweaks that fail in production, causing poor ranking, weak query understanding, and unmanaged index changes.

Core Features & Use Cases

  • Mode-based enterprise search engineering across relevance tuning, query understanding, index management, quality measurement, and performance optimization.
  • Metric-first tuning workflows that require baselines (e.g., nDCG@10, MRR, P@k) and isolated, one-change-at-a-time evaluation.
  • LLM guardrails for search tasks to reduce hallucinated or version-wrong Query DSL and to enforce specificity, tradeoffs, and regression checks.

Quick Start

Use the enterprise-search skill to improve ranking for an OpenSearch or Elasticsearch use case by tuning analyzers and boosts after capturing baseline relevance metrics.

Frequently Asked Questions about enterprise-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I tune BM25 relevance and search ranking in Elasticsearch or OpenSearch?

Tune BM25 relevance and search ranking by capturing baseline metrics like nDCG@10 or MRR, then applying isolated, one-change-at-a-time adjustments to analyzers and boosts with measured before/after evidence.

What is the best way to measure search quality and relevance regressions?

Measure search quality and relevance regressions by establishing metric baselines using evaluation pipelines, then enforcing evidence-based gates that validate isolated changes against those captured baselines.

How do I fix latency bottlenecks across different query types in enterprise search?

Fix latency bottlenecks across query types through performance optimization workflows that require platform specificity and structured analysis to isolate and resolve slow query execution paths.

Can I use this approach to configure hybrid vector search and analyzer chains?

Yes, you can configure hybrid vector search and analyzer chains by guiding query understanding and schema mappings with concrete configuration outputs tailored to your specific platform version.

Why do my search ranking tweaks fail in production after looking better in testing?

Search ranking tweaks fail in production when changes lack metric-first evaluation, causing weak query understanding and unmanaged index changes that bypass evidence-based regression checks.

Do I need baseline metrics before adjusting index management and query DSL?

Yes, baseline metrics are required before adjusting index management and query DSL to prevent hallucinated configurations, enforce specificity, and ensure measured before/after improvements.