SearchTextResult
Individual search result.
Example Usage
typescript
import { SearchTextResult } from "@meetkai/mka1/models/components";
let value: SearchTextResult = {
text: "Wireless noise-cancelling headphones with 30-hour battery life",
group: "electronics_q1_2026",
score: 0.9321,
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
text | string | ✔️ | Matching text content |
group | string | ✔️ | Group identifier associated with this text |
score | number | ✔️ | Hybrid relevance score for this result |