Overview
Overview
Indexing content is the first step in implementing any Coveo-powered search and relevance solution. During this process, your Optimizely content types are translated into Coveo items that are stored in a source within your Coveo organization. Coveo offers several generic connectors to facilitate this process: Web, Sitemap, and GraphQL.
Connectors
Web: This connector is best suited for generic website content. It uses simple HTTP requests to access public-facing pages.
Sitemap: This connector is ideal for more structured crawling. It adheres to the sitemap protocol to ensure that all listed URLs are indexed effectively.
GraphQL: This connector is the recommended choice if your indexing needs involve complex queries or accessing specifically tailored content within Optimizely. It provides robust querying capabilities, such as filtering specific data or accessing dynamic content types.