← Glean-ia-acs Β· Day 3 of 56
Level 200 β€” Foundations30 minNIST MAPNIST MEASURE

Glean Foundations and Search Intent

Core concepts and intent framing

You'll be able to

Read first

Day 1 Lab

  1. Define three user intents for a single topic.
  2. Write expected top-3 results for each intent.
  3. Compare with actual returned results.

Working Example: Intent vs. Ranking Mismatch

One query, three intents β€” and how to tell *which kind* of failure you're looking at when the top result is wrong. This is the distinction the check-for-understanding asks for.

Query: "vacation policy"

Intent      Expected top result
--------    --------------------------------------------
fact     β†’  a snippet: "Employees accrue 15 days/year"
document β†’  the official PTO Policy PDF
person   β†’  the HR partner who owns the policy

Diagnosing a bad #1 result:
  Wrong TYPE comes back (a doc when you wanted the person) -> INTENT mismatch
  Right type, but the best item sits at #6 instead of #1   -> RANKING mismatch

Intent mismatch is fixed by *reframing the query* (or picking the right result type); ranking mismatch is fixed by *signals and tuning*, not by rewording. Naming which one you have is the whole skill of Day 1.

Check for understanding

How would you distinguish intent mismatch from ranking mismatch?

Check yourself

Pick an answer β€” you'll see if it's right and why.

1. What does Glean's Enterprise Graph primarily connect?

2. When is a natural-language question better than keywords?

3. Your top result is the wrong TYPE of thing entirely. That is a...

4. What does a result's snippet tell you?

5. What does `type:document onboarding` do?

6. `app:slack quarterly roadmap` returns...

7. In one sentence, what does `from:me` do?

Pass threshold 80% Β· week 1 quiz

In 10 seconds

β€œGreat Glean search starts before you type: decide if you want a fact, a document, or a person. That one choice shapes your keywords β€” and explains every result.”

Next Β· Week 1 Day 4
Reading Results and Relevance