# SearchIndexEntry

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/generators/versioning/search-index.generator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/generators/versioning/search-index.generator.ts#L15)

Search index entry

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `type` | `string` |
| `description` | `string` |
| `filePath` | `string` |
| `url` | `string` |
| `keywords` | `string[]` |
| `content` | `string` |
| `tags` | `string[]` |
| `weight` | `number` |
