All versions of this manual
X
 

Search index: Google BigQuery Search

Google BigQuery Search is the built-in integration providing full-text search for Google BigQuery.

It leverages the full-text search capabilities provided by Google BigQuery.

Usage

Search is only supported on nodes, and on properties that correspond to a STRING column.

In Google BigQuery, for each SQL table that corresponds to a searchable node label, create a single SEARCH INDEX for the table, containing all the searchable columns. Here is an example of how to create a search index:

CREATE SEARCH INDEX album_index
ON dataset.album(title, summary, category);

Linkurious Enterprise will automatically find the created search indexes, there is no need for additional configuration.