[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-16 (世界標準時間)。"],[[["The `ScoredDocument` class represents a scored document returned from a search operation and is not manually constructed but rather received as a result from `Index.search()`."],["It includes properties such as `doc_id`, `fields`, `language`, `sort_scores`, `expressions`, `cursor`, and `rank` which provide details about the document and its ranking."],["The class allows the retrieval of scores generated during the sorting process (`sort_scores`), computed fields from requested expressions (`expressions`), and a cursor for paginated results (`cursor`) if configured."],["If no `doc_id` is specified, one will be assigned by the search service."],["The document's `rank` property determines the order in which it appears in search results, with a higher `rank` meaning the document is returned earlier in the results."]]],[]]