[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-26 UTC."],[[["`HtmlField` is a specialized field designed to store and handle HTML content within the `google.appengine.api.search` framework."],["The `HtmlField` constructor takes `name`, `value` (the HTML content), and an optional `language` code as arguments, allowing for language-specific content indexing."],["It inherits from `Field` and provides `name`, `value`, and `language` as attributes, giving access to the HTML content, the field's name, and its language code respectively."],["It can raise a `TypeError` if the provided `value` is not a string, or a `ValueError` if the value exceeds the maximum allowed length."],["`HtmlField` includes methods `__eq__` and `__ne__` for comparison with other objects."]]],[]]