<- Support projects

Support Project · HTML

SearchRetrievalLab

.NET 8 search proof for indexing, filters, saved queries, explainable ranking, evaluation, and provenance.

Repository readme / adapted

Search & Retrieval Lab

SOURCEREADME.mdAdapted for portfolio readability; claims remain source-derived.

> A synthetic-only .NET 8 search proof for indexing, filtering, saved queries, explainable ranking, evaluation, and provenance.

**Status:** native-validated public release (`v1.0.0`) **Stack:** .NET 8 / ASP.NET Core / C# **Evidence:** two screenshot groups, eight native browser captures

01

Core flow

  • index synthetic documents;
  • apply type/tag filters;
  • rank title, body, and tag matches;
  • expose score reasons with each hit;
  • save and replay search requests;
  • compare results with synthetic relevance judgements;
  • calculate deterministic precision evidence.
02

Public boundary

All indexed content, people, tags, queries, and relevance judgements are generated fixtures. No production search provider, customer corpus, or secret is required.