Optional Configuration to use for this request, must be specified
as a keyword argument.
Returns
A list of (Index, Index.[BUILDING|SERVING|DELETING|ERROR]) tuples.
An index can be in the following states:
Index.BUILDING: Index is being built and therefore can not serve queries
Index.SERVING: Index is ready to service queries
Index.DELETING: Index is being deleted
Index.ERROR: Index encounted an error in the BUILDING state
[[["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 2022-09-30 UTC."],[[["Retrieves a list of application indexes and their current states."],["Accepts an optional `config` argument for request configuration."],["Returns tuples containing an `Index` object and its state, which can be `BUILDING`, `SERVING`, `DELETING`, or `ERROR`."],["The states of an index indicate its current status, such as whether it can service queries or is currently being built or deleted."]]],[]]