Search and indexing overview
Sitecore Experience Platform (XP) has two search frameworks:
-
Content Search, which is used by various components primarily to search and index Sitecore items.
-
xConnect Search, which is used to search and index experience data.
The following table summarizes the differences between the search frameworks:
|
Content Search |
xConnect Search | |
|---|---|---|
|
APIs |
Sitecore Content Search API |
xConnect Client API |
|
Providers |
|
|
|
Indexes |
|
|
|
Indexer |
indexCrawler (run on the core Sitecore application) |
xConnect Search Indexer (run as Windows Service or Web Job) |
Many components that use the Content Search have their own API layer on top of the Content Search API. For example, the Marketing Operations API has a method for searching the sitecore_marketing_* and sitecore_marketingdefinitions_* indexes that references the Content Search API further down the stack.
Content Search
For information about configuring content indexes, see Search and Indexing.
xConnect Search
For more information about xConnect Search and indexing, refer to the xConnect Search Indexer documentation.