[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-01。"],[[["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."]]],[]]