# StaticSearchDoc

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/search-index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/search-index.ts#L22)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `url` | `string` |
| `documentType` | `SearchDocType` |
| `headings` | `string[]` |
| `excerpt` | `string` |
| `tokens` | `string[]` |
| `boost` | `number` |
