fromgoogle.appengine.apiimportsearchsearch.Document(doc_id='documentId',fields=[search.TextField(name='subject',value='going for dinner'),search.HtmlField(name='body',value='<html>I found a place.</html>'),search.TextField(name='signature',value='brzydka pogoda',language='pl')],language='en')
[[["易于理解","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-03-07。"],[[["The `Document` class represents a searchable document and is defined within the `google.appengine.api.search` module."],["You can construct a `Document` instance by specifying a `doc_id`, an iterable collection of `Field` objects, the language of the document, and an optional rank for search result ordering."],["The `doc_id` is a unique identifier for the document, and if not provided, the search service will automatically assign one."],["The `rank` property determines the document's order in search results, with newer documents returned first, and if not specified, defaults to seconds since January 1, 2011."],["The document language can be defined by the use of a two-letter [ISO 693-1](https://iso639-3.sil.org/) code."]]],[]]