Skip to main content
Experimental API - Context Connectors is experimental and subject to breaking changes.
Build custom search clients to load indexes and provide search functionality for web apps, CLIs, or serverless functions.

Basic Search Client

Search clients load search.json which is optimized for search operations. The full state.json file is only needed by indexers for incremental updates.

Web Application

CLI Client

Serverless Function

Next Steps