[[["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."],[[["`NumberFacet` is a type of `Facet` used to represent a facet with a numeric value in the Google App Engine search API."],["The `NumberFacet` class is initialized with a `name` and a `value`, where the `value` must be a number."],["The `NumberFacet` can be identified by it's `name` and it's numeric `value`, and can be accessed via these parameters."],["The `NumberFacet` class has built-in methods `__eq__` and `__ne__` to compare a `NumberFacet` with another object for equality and inequality, respectively."],["`NumberFacet` will throw a `TypeError` exception if the `value` is not a number, or a `ValueError` exception if the value is out of range."]]],[]]