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
API ReferenceAPI ReferenceHow to reindex existing products
API ReferenceHow to retrieve public search configuration
API ReferenceHow to choose indexing strategy
API ReferenceLast updated
Was this helpful?

