search

QueryThe keyword(s) the user searched for.ResourceThe resource that matched. Range is rdfs.Resource, so a result can point at anything — a class, an instance, a package. The UI renders the match through its…ResultsThe matches, ordered by score descending. Each entry is an embedded SearchResult; list order is the canonical ranking.ScopeThe level the search ran against, matching the URL hierarchy the query was issued at — the publisher, a package, or a single resource. Absent means the whole…ScoreHow strongly the resource matched the query — a similarity, typically a cosine similarity (higher is more similar; normalized embeddings give a value in…Search ResultOne match: the resource that matched and how strongly it matched. Embedded within SearchResults.results, ordered by score descending.Search ResultsThe outcome of a search over a Kanonak catalog: the query, the scope it ran against, and an ordered list of scored matches. Constructed at query time by a…