Retail Search
v0-cranfield-opensearch-baseline
Explain
Inspect how a query becomes an OpenSearch request, how BM25 ranks documents, and what the system returns as explanation evidence.
- 1 Query User submits a short technical search phrase.
- 2 Normalize Whitespace is trimmed and repeated spaces are collapsed.
- 3 OpenSearch Query A multi_match request targets title, abstract, and text.
- 4 Retrieve OpenSearch searches the live cranfield-v0 index.
- 5 Rank BM25 scores documents with title and abstract boosts.
- 6 Explain The response includes the generated query, decisions, latency, and top-result rationale.
Run explain
Run explain to see the generated OpenSearch query.