[[["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."],[[["This function, `google.appengine.api.search.get_indexes`, retrieves a list of indexes available within a specified namespace, defaulting to the current namespace if none is provided."],["The function supports pagination using `offset`, `limit`, `start_index_name`, and `include_start_index` to manage the retrieval of large numbers of indexes efficiently."],["You can filter the returned indexes by using `index_name_prefix`, which allows you to retrieve only those indexes whose names begin with a certain prefix."],["The function allows for the retrieval of the schema for each index via `fetch_schema`, and it also has an optional RPC call deadline that can be set with `deadline`."],["It can raise errors such as `InternalError`, `TypeError`, and `ValueError` for issues like server failures, invalid parameters, or parameters with incorrect types."]]],[]]