Introduction to Google Cloud Search

Google Cloud Search allows employees of a company to search and retrieve information, such as internal documents, database fields, and CRM data, from the company's internal data repositories.

Architectural overview

Figure 1 shows all the key components of a Google Cloud Search implementation:

Overview of Google Cloud Search architecture
Figure 1. Key components of Google Cloud Search

Here are the definitions of the most important terms from Figure 1:

Repository
Software used by an enterprise to store its data, such as database used to store employee information.
Data source
Data from a repository that has been indexed and stored in Google Cloud Search.
Search interface
The user interface used by employees to search a data source. A search interface can be developed for use on any device, from a mobile phone to a desktop computer. The Google-provided search widget can also be deployed to enable search within your internal web sites. The search application ID is included with every search to ensure that the context of that search, such as within a customer service tool, is known. The site cloudsearch.google.com contains a search interface.
Search application
A group of settings that, when associated with a search interface, provide contextual information about searches. Contextual information includes the data sources and search rankings that should be used for a search using that interface. Search applications also include mechanisms for filtering results and enable reporting on data sources, such as number of queries made over a given time period.
Schema
A data structure outlining how the data in a enterprise’s repository should be represented for Google Cloud Search. A schema defines the employee Google Cloud Search experience, such as how things are filtered and displayed.
Content connector
A software program used to traverse the data in an enterprise's repository and populate a data source.
Identity connector
A software program used to sync enterprise identities (users and groups) to the identities required by Google Cloud Search.

Google Cloud Search use cases

Here are some use cases that might be solved by Google Cloud Search:

  • Employees need a way to find corporate policies, documents, and content authored by other employees.
  • Customer service team members need to find relevant troubleshooting documents to send to customers.
  • Employees need to find internal information about company projects.
  • A sales representative wants to view the status of all support issues for a particular customer.
  • Employees want a definition for a company-specific term.

The first step in implementing Google Cloud Search is to identify the use cases solved by Google Cloud Search.

Implement Google Cloud Search

By default, Google Cloud Search indexes Google Workspace data, such as Google documents and spreadsheets. You do not need to implement Google Cloud Search for Google Workspace data. However, you need to implement Google Cloud Search for non-Google Workspace data, such as data stored in a third-party database, file systems like Windows Fileshare, OneDrive or intranet portals like Sharepoint. The following steps are required to implement Google Cloud Search for your enterprise.

  1. Determine a use case that Google Cloud Search helps to solve.
  2. Identify the repositories holding data relevant to the use case.
  3. Identify the identity systems used by your company to manage access to data in each repository.
  4. Configure access to the Google Cloud Search API.
  5. Add a data source to Google Cloud Search.
  6. Create and register a schema for each data source.
  7. Determine if there is a content connector available for your repository. For a list of pre-built connectors, refer to the Cloud Search connector directory. If a content connector is available, skip to step 9.
  8. Create a content connector to access data in each repository and index it into a Cloud Search data source.
  9. Determine if you need an identity connector. If you don't need an identity connector, skip to step 11.
  10. Create an identity connector to map your repository or enterprise identities to Google identities.
  11. Set up search applications.
  12. Create a search interface to perform search queries.
  13. Deploy your connectors and search interfaces. If you used a pre-built connector, follow the instructions for the connector to obtain and deploy the connector. Available connectors are listed in the Google Cloud Search Connector Directory

Next steps

Here are a few next steps you might take:

  1. Try the Google Cloud Search getting started tutorial.
  2. Determine use case(s) for which you'll use Google Cloud Search.
  3. Identify the repositories relevant to these use cases.
  4. Identify any identity systems used by your repositories.
  5. Continue to Configure access to the Google Cloud Search API.