Expand description
Semantic Feedback Loop — relevance feedback collection and query re-ranking.
Collects explicit and implicit relevance signals from users and uses them to adjust future search rankings through query expansion and score boosting.
Structs§
- Boost
Record - Cumulative boost information for a single result document.
- Feedback
Entry - A single feedback record submitted by a user for a query–document pair.
- Feedback
Loop Stats - Aggregate statistics across all feedback entries in the loop.
- Feedback
Stats - Aggregate statistics across all queries and signals.
- Query
Feedback - All feedback signals collected for a single query.
- Query
Feedback Summary - Aggregated feedback statistics for a single query.
- Semantic
Feedback Loop - Core feedback-loop engine.
Enums§
- Feedback
Signal - A single relevance signal emitted by a user (explicit or implicit).
- Feedback
Type - Classification of a search result’s relevance as judged by a user.
Functions§
- fnv1a_
64 - Compute the FNV-1a 64-bit hash of an arbitrary byte slice.
- query_
id_ for - Compute the query-id (FNV-1a hash) for an arbitrary query string.