Summary
BigQuery's search indexes improve data retrieval from unstructured or semi-structured data like STRING or JSON columns. They optimize the SEARCH function and other string field operators. A search index is created with the 'CREATE SEARCH INDEX' command. Indexed columns can search the entire table or specific columns. 'Job Information' in BigQuery indicates if an index was used. The system is most effective with high query selectivity and auto-indexes any new compatible column.