> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moss.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# QueryResultDocumentInfo

[moss v1.4.0](../README)

[moss](../api) / QueryResultDocumentInfo

# Interface: QueryResultDocumentInfo

QueryResultDocumentInfo

## Properties

* **id**: `str`
* **text**: `str`
* **metadata**: `Optional[Dict[str, str]]`
* **score**: `float`
* **index\_name**: `Optional[str]` - Source index for the result. Set by [`query_multi_index()`](../classes/MossClient#query_multi_index-names-query-options); `None` for single-index queries.
