[[["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 2025-06-16 UTC."],[[["\u003cp\u003e\u003ccode\u003eFacetRange\u003c/code\u003e defines a range with a start and end value, used within the context of facets.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estart\u003c/code\u003e value of a \u003ccode\u003eFacetRange\u003c/code\u003e is inclusive, while the \u003ccode\u003eend\u003c/code\u003e value is exclusive.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eexpected_type\u003c/code\u003e, with its main alias being \u003ccode\u003egoogle.appengine.api.search.search.FacetRange\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe initialization of \u003ccode\u003eFacetRange\u003c/code\u003e takes two optional arguments, \u003ccode\u003estart\u003c/code\u003e and \u003ccode\u003eend\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eUsing incorrect types or values for parameters when creating \u003ccode\u003eFacetRange\u003c/code\u003e will raise either a \u003ccode\u003eTypeError\u003c/code\u003e or a \u003ccode\u003eValueError\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# google.appengine.api.search.FacetRange\n\n\u003cbr /\u003e\n\nA facet range with start and end values.\n\nInherits From: [`expected_type`](../../../../google/appengine/api/validation/Validator/expected_type)\n\n#### View aliases\n\n\n**Main aliases**\n\n\\`google.appengine.api.search.search.FacetRange\\`\n\n\u003cbr /\u003e\n\n google.appengine.api.search.FacetRange(\n start=None, end=None\n )\n\nAn example of a FacetRange for good rating is:\nFacetRange(start=3.0, end=3.5)\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]