Interface: QueryResultDocumentInfo
QueryResultDocumentInfoProperties
- id:
str - text:
str - metadata:
Optional[Dict[str, str]] - score:
float - index_name:
Optional[str]- Source index for the result. Set byquery_multi_index();Nonefor single-index queries. - payload:
Optional[str]- Opaque structured value stored at index time, returned verbatim;Nonewhen the document has none. See Structured payload. (moss 1.5.0+)