# DocSearchResult

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/pme-core/src/types/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/types/index.ts#L137)

Document search result from Azure AI Search.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `content` | `string` |
| `moduleId` | `string` |
| `score` | `number` |
