Indexing Tutorial
How to configure search indexing
curl -L
--request POST
--url 'https://api.emporix.io/indexing/{tenant}/configurations'
--header 'Content-Type: application/json'
--data '{
"active": true,
"searchKey": "84dc4886f81f805c42bdd89d64de751a",
"applicationId": "8AP2HABA2I",
"indexName": "exampleTenant",
"writeKey": "51ebe89215dddcf85e5dacd5643d17e7",
"provider": "ALGOLIA"
}'How to update the index configuration
How to reindex existing products
How to retrieve public search configuration
How to choose indexing strategy
Last updated
Was this helpful?

