After Auto-Pilot finishes configuring your index it runs 10 validation queries and prints a score out of 100. The score is the average per-query score (0–10) × 10.
# How each query is scored
A test query is a real keyword (e.g. "alternator", "scaun tractor", "BK99651") sampled either from your catalogue or generated from your domain profile. Skryx runs it, then scores the result on:
- Does it return any hits at all? Zero results = 0.
- Is the first hit relevant? A keyword in the title gets full credit; a keyword only in the description gets partial credit.
- How many of the top 5 hits are relevant? More = higher.
- For exact-token queries (SKUs, model numbers): does the top hit match exactly? Yes = bonus.
The result is a number between 0 (broken) and 10 (perfect for that query). The score in the validation panel is the average across all 10 queries × 10, giving the familiar 0-100 scale.
# What good looks like
| Score | Meaning |
|---|---|
| 85+ | Excellent — production-ready, expect happy customers |
| 70–84 | Strong — minor tuning could help specific niches |
| 50–69 | Needs tuning — add domain synonyms or boost specific fields |
| 30–49 | Poor — likely schema or language mismatch |
| < 30 | Broken — catalogue not indexable or wildly wrong domain |
# When Auto-Pilot self-corrects
If the first validation pass scores under 70, Auto-Pilot:
- Looks at which queries failed.
- Bumps relevance bonuses (e.g.
title_prefix,first_word) for the field types those queries should have matched. - Re-validates once.
If the second pass also scores under 70, Auto-Pilot stops and leaves the adjusted weights in place — the score you see is the post-adjustment number.
# Improving the score yourself
Three lever-by-lever ways to push a low score up:
- Synonyms. If queries like "alternator" return wrong items, add
alternator ↔ dinam ↔ generator autoin Synonyms. - Ranking rules. If discontinued products dominate, add a rule that penalises them.
- Re-run Auto-Pilot. After adding a few hundred more products in one category, Auto-Pilot can detect a much sharper domain pattern.
You can find sample weak queries in the Auto-Pilot completion page's Validation results panel.